Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePlane::signedDistanceTo Method
Syntax
C++
double signedDistanceTo(const OdGePoint3d& point) const;

Returns the signed distance to (elevation of) the specified point. 

 

Parameters
Description
point
[in] Any 3D point.

Returns the signed distance from the specified point to this plane. The sign of the result is the same as the sign of the dot product of the vector: point - originOfPlane and the normal to the plane.

Copyright © 2002-2022. Open Design Alliance All rights reserved.