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