LineMinimumDistanceTo Method (Point3d) |
Finds the shortest distance between this line as a finite segment
and a test point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic double MinimumDistanceTo(
Point3d testPoint
)
Public Function MinimumDistanceTo (
testPoint As Point3d
) As Double
Parameters
- testPoint
- Type: Rhino.GeometryPoint3d
A point to test.
Return Value
Type:
DoubleThe minimum distance.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also