Skip to content

M_Rhino_Geometry_Line_MinimumDistanceTo

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Line.MinimumDistanceTo 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) Version: Rhino 6.0

Syntax

C#

public double MinimumDistanceTo(
	Line testLine
)

VB

Public Function MinimumDistanceTo ( 
	testLine As Line
) As Double

Parameters

 

testLine
Type: Rhino.Geometry.Line
A line to test.

Return Value

Type: Double
The minimum distance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
MinimumDistanceTo Overload
Rhino.Geometry Namespace

Clone this wiki locally