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

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

 

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