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

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

 

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