|
|
This property allows you to get the curve length between two parameters.
Length = BoundedLength( StartParam, EndParam );
|
Input: (Double) StartParam |
Start parameter. |
|
Input: (Double) EndParam |
End parameter. |
|
Return: (Double) Length |
Length of curve between StartParam and EndParam. |
|