Click or drag to resize

ConnectorConnectTo Method (Connector, Boolean)

Connect two objects together. The method must take care of the placement and orientation of the respective visual objects.

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

Parameters

c
Type: Demo3D.VisualsConnector
The Connector of the existing placed Object
align
Type: SystemBoolean
Align the connectors on connect
See Also