Eyeshot 10 WinForms API Reference
DistanceTo Method (Plane)

WinForms Assembly > devDept.Geometry Namespace > Plane Class : DistanceTo Method
Gets signed distance from the plane to a point.
Syntax
'Declaration
 
Public Function DistanceTo( _
   ByVal point As Point3D _
) As Double
public double DistanceTo( 
   Point3D point
)

Parameters

point

Return Value

The distance
See Also

Reference

Plane Class
Plane Members