M_Rhino_Geometry_Line_MinimumDistanceTo_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Finds the shortest distance between this line as a finite segment and a test point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public double MinimumDistanceTo(
Point3d testPoint
)
VB
Public Function MinimumDistanceTo (
testPoint As Point3d
) As Double
- testPoint
- Type: Rhino.Geometry.Point3d
A point to test.
Type: Double
The minimum distance.
Supported in: 6.0.16224.21491, 5D58w
Line Structure
MinimumDistanceTo Overload
Rhino.Geometry Namespace