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

Returns true if and only if the specified line is collinear with this one. 

 

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