Parameters |
Description |
const OdGePlane& 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.
|