RhinoCommon API
LineDistanceTo Method |
Compute the shortest distance between this line segment and a test point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public double DistanceTo( Point3d testPoint, bool limitToFiniteSegment )
Public Function DistanceTo ( testPoint As Point3d, limitToFiniteSegment As Boolean ) As Double
Parameters
- testPoint
- Type: Rhino.GeometryPoint3d
Point for distance computation. - limitToFiniteSegment
- Type: SystemBoolean
If true, the distance is limited to the finite line segment.
Return Value
Type: DoubleThe shortest distance between this line segment and testPoint.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14