Eyeshot 10 WinForms API Reference
DistanceTo(Segment3D) Method

WinForms Assembly > devDept.Geometry Namespace > Point3D Class > DistanceTo Method : DistanceTo(Segment3D) Method
The line
Computes the point-line distance.
Syntax
'Declaration
 
Public Overloads Function DistanceTo( _
   ByVal seg As Segment3D _
) As Double
public double DistanceTo( 
   Segment3D seg
)

Parameters

seg
The line

Return Value

The distance between this 3D point and its projection on the line.
See Also

Reference

Point3D Class
Point3D Members
Overload List