Click or drag to resize

ConnectorConnectTo(Connector, Boolean, Boolean) Method

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: 19.00.00
Syntax
C#
public virtual void ConnectTo(
	Connector c,
	bool align,
	bool allowMultiple
)

Parameters

c  Connector
The Connector of the existing placed Object
align  Boolean
Align the connectors on connect
allowMultiple  Boolean
Allow multiple connections
See Also