Plane.DistanceTo Method
Parent Object:
Plane
Description
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 Double
Parameters
Name
Type
Description
Point
Point
Input object that specifies the point.
Version
Introduced in version 9
© Copyright 2021 Autodesk, Inc.
Comment on this page.