nurbsSquare is undoable, queryable, and editable.
The nurbsSquare command creates a square
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-normal(-nr) |
linear linear linear |
   |
|
The normal of the plane in which the square will lie. |
|
-normalX(-nrx) |
linear |
   |
|
X of the normal direction.
Default: 0 |
|
-normalY(-nry) |
linear |
   |
|
Y of the normal direction.
Default: 0 |
|
-normalZ(-nrz) |
linear |
   |
|
Z of the normal direction.
Default: 1 |
|
-center(-c) |
linear linear linear |
   |
|
The center point of the square. |
|
-centerX(-cx) |
linear |
   |
|
X of the center point.
Default: 0 |
|
-centerY(-cy) |
linear |
   |
|
Y of the center point.
Default: 0 |
|
-centerZ(-cz) |
linear |
   |
|
Z of the center point.
Default: 0 |
|
-sideLength1(-sl1) |
linear |
   |
|
The length of a side on the square.
Default: 1.0 |
|
-sideLength2(-sl2) |
linear |
   |
|
The length of an adjacent side on the square.
Default: 1.0 |
|
-degree(-d) |
int |
   |
|
The degree of the resulting circle: 1 - linear, 2 - quadratic,
3 - cubic, 5 - quintic, 7 - heptic
Default: 3 |
|
-spansPerSide(-sps) |
int |
   |
|
The number of spans per side determines the resolution of the
square.
Default: 1 |
|
Advanced flags |
-caching(-cch) |
boolean |
   |
|
Modifies the node caching mode. See the node documentation for
more information.
Note: For advanced users only. |
|
-nodeState(-nds) |
int |
   |
|
Modifies the node state. See the node documentation for more
information.
Note: For advanced users only. |
|
Common flags |
-name(-n) |
string |
 |
|
Name the resulting object |
|
-constructionHistory(-ch) |
boolean |
 |
|
Turn the construction history on or off |
|
-object(-o) |
boolean |
 |
|
Create the result, or just the dependency node |
|