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