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 |
|
-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
|
|
-degree(-d)
|
int
|
|
|
The degree of the resulting circle:
1 - linear,
2 - quadratic,
3 - cubic,
5 - quintic,
7 - heptic
Default: 3
|
|
-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
|
|
-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
|
|
-spansPerSide(-sps)
|
int
|
|
|
The number of spans per side determines the resolution of the square.
Default: 1
|
|
Common flags |
-constructionHistory(-ch)
|
boolean
|
|
|
Turn the construction history on or off.
|
|
-name(-n)
|
string
|
|
|
Sets the name of the newly-created node. If it contains
namespace path, the new node will be created under the
specified namespace; if the namespace does not exist, it
will be created.
|
|
-object(-o)
|
boolean
|
|
|
Create the result, or just the dependency node.
|
|
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.
|
|