Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGePlanarEnt::intersectWith Method
Syntax
C++
bool intersectWith(const OdGeLinearEnt3d& line, OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;

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

 

Parameters
Description
line
[in] A 3D linear entity with which the intersection is computed.
point
[out] Receives the point of intersection.
tol
[in] Geometric tolerance.
Copyright © 2002-2022. Open Design Alliance All rights reserved.