Get the parameter position on the curve that is the specified curve length from the specified starting parameter position.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D object.
|
|
Type | Description |
boolean | Returns true if the parameter was successfully returned. |
Name | Type | Description |
fromParameter | double | The parameter position to start measuring the curve length from. This value must be within the range of the parameter extents as provided by getParameterExtents. |
length | double | The curve length to offset the from parameter by. A negative length value will offset in the negative parameter direction. |
parameter | double | The output parameter value that is the specified curve length from the starting parameter position. |