Click or drag to resize

ConnectorDistanceFrom Method

Calculates the distance of the centers of this connector to the extents (start->end) of another connector.

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

Parameters

c
Type: Demo3D.VisualsConnector
The remote connector

Return Value

Type: Double
Distance between this connector and connector c
See Also