Click or drag to resize

LineMaximumDistanceTo Method (Point3d)

Finds the largest distance between this line as a finite segment and a test point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double MaximumDistanceTo(
	Point3d testPoint
)

Parameters

testPoint
Type: Rhino.GeometryPoint3d
A point to test.

Return Value

Type: Double
The maximum distance.
See Also