Close

Relief for ODA Team in Ukraine

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

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

 

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