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
Syntaxpublic virtual double DistanceFrom(
Connector c
)
Parameters
- c
- Type: Demo3D.VisualsConnector
The remote connector
Return Value
Type:
DoubleDistance between this connector and connector c
See Also