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

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

 

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