Close

Relief for ODA Team in Ukraine

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

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

 

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