nurbsPlane [-axis float float float] [-caching boolean] [-constructionHistory boolean] [-degree int] [-lengthRatio float] [-name string] [-nodeState int] [-object boolean] [-patchesU int] [-patchesV int] [-pivot float float float] [-polygon int] [-width linear]
nurbsPlane は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
nurbsPlane コマンドは、新しい NURBS プレーンを作成し、その新規のサーフェス名を返します。ユニット プレーンが作成され、その中心はデフォルトでは原点になっています。string[] | オブジェクト名とノード名 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-width(-w)
|
linear
|
|||
|
||||
-lengthRatio(-lr)
|
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 つのコマンドで複数回使用可能なフラグ |
// Create default plane nurbsPlane; // Create a degree 3 plane with 4 spans in each direction nurbsPlane -d 3 -u 4 -v 4; // Create plane that is twice as long as it is wide nurbsPlane -w 3 -lr 2;