Defines a new NURBS curve that is the subset of this NURBS curve in the parameter range of [startParam, endParam]
"nurbsCurve3D_var" is a variable referencing a NurbsCurve3D object. |
"nurbsCurve3D_var" is a variable referencing a NurbsCurve3D object. |
| Type | Description |
| NurbsCurve3D | Returns a new NurbsCurve3D object. |
| Name | Type | Description |
| startParam | double | The parameter position that defines the start of the subset. |
| endParam | double | The parameter position that defines the end of the subset. |