ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
xformConstraint [-alongNormal int] [-live] [-type string]
xformConstraint は、取り消し可能、照会可能、および編集可能です。
このコマンドを使用すると、コンポーネントのトランスフォーム中に、トランスフォーム ツールで使用されるトランスフォーム コンストレイントを変更できます。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-alongNormal(-n)
|
int
|
|||
|
||||
-live(-l)
|
|
|||
|
||||
-type(-t)
|
string
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// Return the current transform constraint xformConstraint -query -type; // Constrain moving components to the surface xformConstraint -type "surface";