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

Returns true and the intersection with the specified linear entity, if and only if the specified linear entity intersects with this plane. 

 

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