API Reference > OdGe Classes > OdGePlanarEnt Class > OdGePlanarEnt Methods > isPerpendicularTo Method > OdGePlanarEnt::isPerpendicularTo Method (OdGeLinearEnt3d&, OdGeTol&)
OdGePlanarEnt::isPerpendicularTo Method (OdGeLinearEnt3d&, OdGeTol&)
Syntax
C++
bool isPerpendicularTo(const OdGeLinearEnt3d& line, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeLinearEnt3d& line 
[in] Any 3D linear entity that is tested to be perpendicular to this planar entity.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true if and only if the specified entity is perpendicular to this one. 

 

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