Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::length Method (double, double, double)
Syntax
C++
double length(double fromParam, double toParam, double tol = OdGeContext::gTol.equalPoint()) const;

Returns the arc length of the curve between the two parameter values.

Parameters
Description
fromParam
[in] First parameter value that represents the start of the curve.
toParam
[in] Second parameter value that represents the end of the curve.
tol
[in] Geometric tolerance.

remarks Arc length value. By default this function throws the exception "not Implemented". Should be implemented in derived classes.

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