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: 18.03.00
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