Close

Relief for ODA Team in Ukraine

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

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

 

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