Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeLinearEnt3d::getPerpPlane Method
Syntax
C++
void getPerpPlane(const OdGePoint3d& point, OdGePlane& plane) const;

Returns a plane, containing the specified point, perpendicular to this line. 

 

Parameters
Description
point
[in] 3D point at which the given plane is perpendicular to this linear entity.
plane
[out] Receives the perpendicular plane.

The returned plane is created with the new method. It is up to the caller to delete it.

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