cone [-axis float float float] [-caching boolean] [-constructionHistory boolean] [-degree int] [-endSweep angle] [-heightRatio float] [-name string] [-nodeState int] [-object boolean] [-pivot float float float] [-polygon int] [-radius linear] [-sections int] [-spans int] [-startSweep angle] [-tolerance linear] [-useOldInitBehaviour boolean] [-useTolerance boolean]
cone は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
cone コマンドは新規のコーンやコーンを作成するディペンデンシー ノードを作成し、それらの名前を返します。string[] | オブジェクト名とノード名 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-useOldInitBehaviour(-oib)
|
boolean
|
|||
|
||||
-radius(-r)
|
linear
|
|||
|
||||
-startSweep(-ssw)
|
angle
|
|||
|
||||
-endSweep(-esw)
|
angle
|
|||
|
||||
-useTolerance(-ut)
|
boolean
|
|||
|
||||
-degree(-d)
|
int
|
|||
|
||||
-sections(-s)
|
int
|
|||
|
||||
-spans(-nsp)
|
int
|
|||
|
||||
-tolerance(-tol)
|
linear
|
|||
|
||||
-heightRatio(-hr)
|
float
|
|||
|
||||
-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 つのコマンドで複数回使用可能なフラグ |
cone; cone -ch true -radius 10 -hr 3; cone -r 5 -axis 1 1 1 -pivot 0 0 1 -ssw 0deg -esw 90deg; cone -ut true -tol 0.01; //Query the radius of the selected cone float $r = `cone -q -r`;