API Reference > OdGe Classes > OdGeLinearEnt3d Class > OdGeLinearEnt3d Methods > OdGeLinearEnt3d::overlap Method
OdGeLinearEnt3d::overlap Method
Syntax
C++
bool overlap(const OdGeLinearEnt3d& line, OdGeLinearEnt3d*& overlap, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGeLinearEnt3d& line 
[in] 3D linear entity with which overlapping is tested.  
OdGeLinearEnt3d*& overlap 
[out] Output linear entity that is coincident with the region of overlap.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Input tolerance. 

Determines if two lines overlap and if so returns the line that coincides with their region of overlap. 

 

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