Click or drag to resize

ConnectorAlignConnectors Method (ConnectorAlignment, Boolean)

Align the parent of this connector to be in line with the connector it is connected to. Modify the transform of the parent of this connector to align to the Normal of the ConnectedTo connector.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public virtual void AlignConnectors(
	ConnectorAlignment alignment,
	bool centerSnap
)

Parameters

alignment
Type: Demo3D.VisualsConnectorAlignment

[Missing <param name="alignment"/> documentation for "M:Demo3D.Visuals.Connector.AlignConnectors(Demo3D.Visuals.Connector.Alignment,System.Boolean)"]

centerSnap
Type: SystemBoolean

[Missing <param name="centerSnap"/> documentation for "M:Demo3D.Visuals.Connector.AlignConnectors(Demo3D.Visuals.Connector.Alignment,System.Boolean)"]

See Also