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

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

 

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