Eyeshot 10 WinForms API Reference
DistanceTo(Plane) Method

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

Parameters

plane
The plane

Return Value

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

Reference

Point3D Class
Point3D Members
Overload List