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

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

 

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