Curve.ComputeNormalizedParameter
Method
Description:
Computes the normalized curve parameter from the raw parameter.
Computes the normalized curve parameter from the raw parameter.
Parameters
Parameter | Type | Description |
---|---|---|
rawParameter | Double | The raw parameter. |
Return Value
Type | Description |
---|---|
Double | The real number equal to the normalized curve parameter. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when rawParameter is infinite. |
InvalidOperationException | Thrown when the curve is unbound. |