API Reference > OdGe Classes > OdGeLinearEnt3d Class > OdGeLinearEnt3d Methods > intersectWith Method > OdGeLinearEnt3d::intersectWith Method (OdGePlanarEnt&, OdGePoint3d&, OdGeTol&)
OdGeLinearEnt3d::intersectWith Method (OdGePlanarEnt&, OdGePoint3d&, OdGeTol&)
Syntax
C++
bool intersectWith(const OdGePlanarEnt& plane, OdGePoint3d& intPnt, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePlanarEnt& plane 
[in] A planar entity with which overlapping is tested.  
OdGePoint3d& intPnt 
[out] Receives the intersection point.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns true and the intersection point, if and only if the specified plane intersects with this line. 

 

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