Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeCurve2d::paramAtLength Method
Syntax
C++
double paramAtLength(double datumParam, double length, bool posParamDir = true, double tol = OdGeContext::gTol.equalPoint()) const;

Returns the parameter value of the point whose arc length distance is the input length.

Parameters
Description
datumParam
[in] Input parameter value.
length
[in] Input arc length.
posParamDir
[in] Input parameter direction.
tol
[in] Geometric tolerance.

Parameter value of the point at the specified distance.

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

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