M_Rhino_Geometry_Line_MaximumDistanceTo - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public double MaximumDistanceTo(
Line testLine
)
VB
Public Function MaximumDistanceTo (
testLine As Line
) As Double
- testLine
- Type: Rhino.Geometry.Line
A line to test.
Type: Double
The maximum distance.
Supported in: 6.0.16224.21491, 5D58w
Line Structure
MaximumDistanceTo Overload
Rhino.Geometry Namespace