Click or drag to resize

LineMinimumDistanceTo Method (Line)

Finds the shortest distance between this line as a finite segment and another finite segment.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double MinimumDistanceTo(
	Line testLine
)

Parameters

testLine
Type: Rhino.GeometryLine
A line to test.

Return Value

Type: Double
The minimum distance.
See Also