Retrieves the properties of a B-Spline.
Input Arguments
0 |
Collection Object Name |
B-Spline Name |
The name of the B-Spline to examine. |
Return Arguments
1 |
Integer |
Degree |
The degree of the curve. |
2 |
Integer |
Knots |
The number of knots in the curve. |
3 |
Integer |
Control Points |
The number of control points in the curve. |
4 |
Double |
Range Min |
The minimum parameterization range of the curve. |
5 |
Double |
Range Max |
The maximum parameterization range of the curve. |
6 |
Double |
Length |
The length of the curve. |
Returned Status
SUCCESS |
The properties were obtained successfully. |
FAILURE |
The B-Spline could not be found. |
Remarks
None.