nurbsCube [-axis float float float] [-caching boolean] [-constructionHistory boolean] [-degree int] [-heightRatio float] [-lengthRatio float] [-name string] [-nodeState int] [-object boolean] [-patchesU int] [-patchesV int] [-pivot float float float] [-polygon int] [-width linear]
nurbsCube は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
nurbsCube コマンドは 6 つのプレーンからなる、新しい NURBS 立方体を作成します。デフォルトでは、中心が原点にある立方体を作成します。string[] | オブジェクト名とノード名 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-width(-w)
|
linear
|
|||
|
||||
-lengthRatio(-lr)
|
float
|
|||
|
||||
-heightRatio(-hr)
|
float
|
|||
|
||||
-patchesU(-u)
|
int
|
|||
|
||||
-patchesV(-v)
|
int
|
|||
|
||||
-degree(-d)
|
int
|
|||
|
||||
-pivot(-p)
|
float float float
|
|||
|
||||
-axis(-ax)
|
float float float
|
|||
|
||||
高度なフラグ | ||||
-caching(-cch)
|
boolean
|
|||
|
||||
-nodeState(-nds)
|
int
|
|||
|
||||
一般的なフラグ | ||||
-name(-n)
|
string
|
|||
|
||||
-constructionHistory(-ch)
|
boolean
|
|||
|
||||
-object(-o)
|
boolean
|
|||
|
||||
-polygon(-po)
|
int
|
|||
|
: コマンドの作成モードで使用可能なフラグ | : コマンドの編集モードで使用可能なフラグ |
: コマンドの照会モードで使用可能なフラグ | : 1 つのコマンドで複数回使用可能なフラグ |
nurbsCube; nurbsCube -w 3 -hr 5; nurbsCube -w 10 -p 0 0 1; nurbsCube -d 1 -u 3 -v 5 -w 5;