Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeBoundedPlane::intersectWith Method (const OdGeBoundedPlane&, OdGeLineSeg3d&, const OdGeTol&)
Syntax
C++
bool intersectWith(const OdGeBoundedPlane& plane, OdGeLineSeg3d& intLine, const OdGeTol& tol = OdGeContext::gTol) const;

details Checks for an intersection with a plane.

Parameters
Description
plane
[in] Input plane that is tested for an intersection.
intLine
[out] A computed line segment of an intersection.
tol
[in] Geometric tolerance.

Returns a bool value that indicates if an intersection occurred.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.