移動先: 概要 戻り値 フラグ. MEL 例.
alignCtx [-align] [-anchorFirstObject boolean] [-distribute] [-exists] [-history boolean] [-image1 string] [-image2 string] [-image3 string] [-name string] [-showAlignTouch boolean]
[contextName]
alignCtx は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
alignCtx コマンドでは、オブジェクトのアラインと配分を行うツールが作成されます。
distributing objects.
戻り値の型は照会モードでは照会フラグが基になります。
align, anchorFirstObject, distribute, exists, history, image1, image2, image3, name, showAlignTouch
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// Create a poly sphere and a poly cube, then move them apart
polySphere -r 3 -n pSphere1;
move 5 0 0;
polyCube -w 3 -h 3 -d 3 -n pCube1;
move -5 3 0;
select -r pSphere1 pCube1;
// Create a new align context which is used to align objects, then switch to it
// Now you can use this tool to align objects
alignCtx -a alignCtx1;
setToolTo alignCtx1;