ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
lattice [-after] [-afterReference] [-before] [-commonParent] [-components] [-deformerTools] [-divisions uint uint uint] [-dualBase boolean] [-dumpInfo] [-exclusive string] [-fixedSetupData string] [-freezeMapping boolean] [-frontOfChain] [-geometry string] [-geometryIndices] [-ignoreSelected] [-includeHiddenSelections] [-latticeReset] [-ldivisions uint uint uint] [-minimumSize float] [-name string] [-objectCentered boolean] [-outsideFalloffDistance float] [-outsideLattice uint] [-parallel] [-position linear linear linear] [-prune] [-remove] [-removeTweaks] [-rotation angle angle angle] [-scale linear linear linear] [-selectedComponents] [-split] [-useComponentTags]
selectionList
lattice は、取り消し可能、照会可能、および編集可能です。
選択したオブジェクトが変形されるラティス デフォーマが作成されます。object centered フラグを使用すると、初期ラティスは、選択したオブジェクトに適合します。このコマンドが完了すると、ラティスは選択されます。ラティス デフォーマにはベース ラティスが関連付けられます。ベース ラティスに含まれるオブジェクトのみが、ラティスによって変形されます。| string[] | ffd ノード名、ラティス名、ベース ラティス名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-after(-af)
|
|
|
||
|
||||
-afterReference(-ar)
|
|
|
||
|
||||
-before(-bf)
|
|
|
||
|
||||
-commonParent(-cp)
|
|
|
||
|
||||
-components(-cmp)
|
|
|
||
|
||||
-deformerTools(-dt)
|
|
|
||
|
||||
-divisions(-dv)
|
uint uint uint
|
|
||
|
||||
-dualBase(-db)
|
boolean
|
|
||
|
||||
-dumpInfo(-dui)
|
|
|
||
|
||||
-exclusive(-ex)
|
string
|
|
||
|
||||
-fixedSetupData(-fsd)
|
string
|
|
||
|
||||
-freezeMapping(-fm)
|
boolean
|
|
||
|
||||
-frontOfChain(-foc)
|
|
|
||
|
||||
-geometry(-g)
|
string
|
|
||
|
||||
-geometryIndices(-gi)
|
|
|
||
|
||||
-ignoreSelected(-is)
|
|
|
||
|
||||
-includeHiddenSelections(-ihs)
|
|
|
||
|
||||
-latticeReset(-lr)
|
|
|
||
|
||||
-ldivisions(-ldv)
|
uint uint uint
|
|
||
|
||||
-minimumSize(-mns)
|
float
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-objectCentered(-oc)
|
boolean
|
|
||
|
||||
-outsideFalloffDistance(-ofd)
|
float
|
|
||
|
||||
-outsideLattice(-ol)
|
uint
|
|
||
|
||||
-parallel(-par)
|
|
|
||
|
||||
-position(-pos)
|
linear linear linear
|
|
||
|
||||
-prune(-pr)
|
|
|
||
|
||||
-remove(-rm)
|
|
|
||
|
||||
-removeTweaks(-rt)
|
|
|
||
|
||||
-rotation(-ro)
|
angle angle angle
|
|
||
|
||||
-scale(-s)
|
linear linear linear
|
|
||
|
||||
-selectedComponents(-cms)
|
|
|
||
|
||||
-split(-sp)
|
|
|
||
|
||||
-useComponentTags(-uct)
|
|
|
||
|
||||
// to create a 4x5x4 lattice centered around a sphere // sphere; lattice -dv 4 5 4 -oc true; // to edit the lattice divisions to be 6x6x6 // lattice -e -dv 6 6 6 ffd1; // move a point on the lattice // select -r ffd1Lattice.pt[2][2][5] ; move -r 0 0 0.138049 ; // to reset the lattice // lattice -e -lr ffd1;