API Reference > OdGe Classes > OdGePlane Class > OdGePlane Methods > intersectWith Method > OdGePlane::intersectWith Method (OdGePlane&, OdGeLine3d&, OdGeTol&)
OdGePlane::intersectWith Method (OdGePlane&, OdGeLine3d&, OdGeTol&)
Syntax
C++
bool intersectWith(const OdGePlane& plane, OdGeLine3d& intLine, const OdGeTol& tol = OdGeContext::gTol) const;
Parameters 
Description 
const OdGePlane& plane 
[in] Any plane with which the intersection is computed.  
OdGeLine3d& intLine 
[out] Receives the intersection line.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

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

 

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