Click or drag to resize

ConnectorDisconnectFrom Method

Disconnect two objects from each other. The orientation is left the same after disconnection.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void DisconnectFrom(
	Connector c
)

Parameters

c
Type: Demo3D.VisualsConnector
The connector to disconnect
See Also