移動先: 概要 戻り値 キーワード. 関連項目. フラグ. MEL 例.
affects [-by]
affects は 「元に戻す」が不可能、「照会」が不可能、「編集」が不可能 です。
このコマンドは、名前を指定したアトリビュートによって作用されるノードまたはノード タイプのアトリビュートのリストを取得します。
string | 作用される/作用するアトリビュートのリスト |
attribute, node, class, dg
affectedNet, listConnections
by
ロング ネーム(ショート ネーム) |
引数型 |
プロパティ |
-by(-)
|
|
|
|
指定したアトリビュートに作用されるのではなく、作用するアトリビュートを表示します
|
|
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// List the attributes on node "sphere" that the "tx" attribute affects
sphere -n sphere;
affects tx sphere;
// List the attributes on nodes of type "transform" that the "ty" attribute
// is affected by
affects ty -by -t transform;
// List the attributes on nodes of type "revolve" that the "outputSurface"
// attribute affects.
affects outputSurface -t revolve;