Parameters |
Description |
double datumParam |
[in] Input parameter value. |
double length |
[in] Input arc length. |
bool posParamDir = true |
[in] Input parameter direction. |
double tol = OdGeContext::gTol.equalPoint() |
[in] Geometric tolerance. |
Parameter value of the point at the specified distance.
Returns the parameter value of the point whose arc length distance is the input length.
By default this function throws the exception "not Implemented". Should be implemented in derived classes.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|