Skip to content

M_Rhino_Geometry_Line_MaximumDistanceTo_1

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

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

Syntax

C#

public double MaximumDistanceTo(
	Point3d testPoint
)

VB

Public Function MaximumDistanceTo ( 
	testPoint As Point3d
) As Double

Parameters

 

testPoint
Type: Rhino.Geometry.Point3d
A point 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