Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
plane
[in] Any bounded plane with which the intersection is computed.
intLine
[out] Receives the intersection line segment.
tol
[in] Geometric tolerance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.