Skip to content

M_Rhino_Geometry_Line_MaximumDistanceTo

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

Line.MaximumDistanceTo Method (Line)

Finds the largest 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 MaximumDistanceTo(
	Line testLine
)

VB

Public Function MaximumDistanceTo ( 
	testLine As Line
) As Double

Parameters

 

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

Return Value

Type: Double
The maximum distance.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
MaximumDistanceTo Overload
Rhino.Geometry Namespace

Clone this wiki locally