Method GetCurveCount
GetCurveCount<T>(T)
Calculates the number of curves in a spline.
Declaration
public static int GetCurveCount<T>(this T spline) where T : ISpline
Parameters
| Type | Name | Description |
|---|---|---|
| T | spline |
Returns
| Type | Description |
|---|---|
| int | The number of curves in a spline. |
Type Parameters
| Name | Description |
|---|---|
| T | A type implementing ISpline. |