geometry create shape nurb_surf | |
|---|---|
nurb_surf_name = | new surf_name |
comments = | string |
udegree = | integer |
vdegree = | integer |
rational = | boolean |
uperiodic = | boolean |
vperiodic = | boolean |
num_uctrlpts = | integer |
num_vctrlpts = | integer |
control_points = | location |
weights = | real |
uknots = | real |
vknots = | real |
Parameter | Value Type | Description |
|---|---|---|
nurb_surf_name | New Surface Name | Specifies the name of the nurb surface created. You can refer to this geometry in future using this name. |
comments | String | Specifies any comments to be associated with the nurb surface geometry created. |
udegree | Integer | Specifies an integer greater than 0 and less than or equal to 20. |
vdegree | Integer | Specifies an integer greater than 0 and less than or equal to 20. |
rational | Yes/no | Specifies a Boolean value |
uperiodic | Yes/no | Specifies a Boolean value |
vperiodic | Yes/no | Specifies a Boolean value |
num_uctrlpts | Integer | Specifies the number of control points. |
num_vctrlpts | Integer | Specifies the number of control points. |
control_points | Location | Specifies the location of the control points. |
weights | Real | Specifies the weight. |
uknots | Real | Specifies a real number |
vknots | Real | Specifies a real number |