API Reference > OdGe Classes > OdGeLinearEnt3d Class > OdGeLinearEnt3d Methods > OdGeLinearEnt3d::getPerpPlane Method
OdGeLinearEnt3d::getPerpPlane Method
Syntax
C++
void getPerpPlane(const OdGePoint3d& point, OdGePlane& plane) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] 3D point at which the given plane is perpendicular to this linear entity.  
OdGePlane& plane 
[out] Receives the perpendicular plane. 

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

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.