Plane.DistanceTo Method
Parent Object: PlaneDescription
Determine the distance between this plane and the specified point.
Remarks
This property will return a positive distance if the point is on the positive normal side of the plane, and a negative distance if it is on negative normal side of the plane.Syntax
Plane.DistanceTo( Point As Point ) As DoubleParameters
Name | Type | Description |
Point | Point | Input object that specifies the point. |