Get the length of the curve between two parameter positions on the curve.
"curveEvaluator3D_var" is a variable referencing a CurveEvaluator3D object.
|
|
Type | Description |
boolean | Returns true if the length was successfully returned. |
Name | Type | Description |
fromParameter | double | The parameter position to measure the curve length from. This value must be within the range of the parameter extents as provided by getParameterExtents. |
toParameter | double | The parameter position to measure the curve length to. This value must be within the range of the parameter extents as provided by getParameterExtents. |
length | double | The output curve length between the from and to parameter positions on the curve. |