CurveUV.GetEndParameter
Method
Description:
Gets the raw parameter value at the start or end of this curve.
Gets the raw parameter value at the start or end of this curve.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Use 0 for the start parameter, 1 for the end parameter of the curve. |
Return Value
| Type | Description |
|---|---|
| Double | The raw parameter value at the start or end of this curve. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The given value for index is not 0 or 1. |
| InvalidOperationException | This curve is unbound and does not have start and end points. |