API Reference > OdGe Classes > OdGeBoundedPlane Class > OdGeBoundedPlane Methods > intersectWith Method > OdGeBoundedPlane::intersectWith Method (OdGeBoundedPlane&, OdGeLineSeg3d&, OdGeTol&)
OdGeBoundedPlane::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] Input plane that is tested for an intersection.  
OdGeLineSeg3d& intLine 
[out] A computed line segment of an intersection.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Returns a bool value that indicates if an intersection occurred.

details Checks for an intersection with a plane.

If this plane intersects with an input plane, the method returns true, otherwise it returns false.

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