Go to: Synopsis. Flags. Return value. Related. MEL examples.
affectedNet [-type string]
nodeList
affectedNet is undoable, queryable, and editable.
This command gets the list of attributes on a node or node type and creates nodes of type TdnAffect, one for each attribute, that are connected iff the source node's attribute affects the destination node's attribute.Long name (short name) | [argument types] | Properties | ||
---|---|---|---|---|
-type(-t)
|
string
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a network of this transform node's attributes that affect // each other affectedNet transform1; // Create a network all of the transform shared attributes that affect // each other affectedNet -t transform; // Create a network of the revolve and shape node type attributes that // affect each other affectedNet -t revolve -t shape;