Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve3d::isLinear Method
Syntax
C++
bool isLinear(OdGeLine3d& line, const OdGeTol& tol = OdGeContext::gTol) const;

Returns true, and a linear entity coincident with this curve, if and only if this curve is linear. 

 

Parameters
Description
line
[out] Receives the line coincident with this curve.
tol
[in] Geometric tolerance.

An infinite line is returned, even if this curve is bounded. 

As implemented, this function does nothing but returns false. It will be fully implemented in future releases.

Copyright © 2002-2022. Open Design Alliance All rights reserved.