Group_Operator : Helper

Group_Operator- superclass: helper; super-superclass:node - 4:0 - classID:#(1395943174, 515064320) 

Value > MAXWrapper > Node > Helper >Group_Operator

 

   

Particle Flow - Quick Navigation

Description:

The Group_Operator applies an entire event to the particles selected by any Group Selection Operator. The Group_Operator is useful when you want to apply an existing event to a particle subset, but you don't want to split the particles from the current event. The Group_Operator modifies the selected particles only while they remain in the current event.

The Group_Operator was first added to 3ds Max as part of the Creativity Extension to 3ds Max 2009 and became an integral part of 3ds Max 2010. It was previously available in the Particle Flow Tools Box #1.

   

Constructors:

Group_Operator...
GroupOperator...

   

Properties:

<Group_Operator>.Event_With_Operators : node 

Get/set the event with operators/tests to be applied to the selected particles.

The node can be any event except the one the Group_Operator is currently in.

Birth operators do not affect the particles. Also, if the event has tests, the particles are not redirected to another event. All other events are performed on the particles selected by the Group Selection operator.

   

<Group_Operator>.Group_Selection_Operators : node array 

Get/set the content of the Group Selection operators list.

It specifies the Group Selection operators that hold particle selections on which to apply the specified Event.

   

<Group_Operator>.Selection_Condition : integer 

Get/set the Selection Condition list's selected item. This option will be used when the Group_Selection_Operators array contains more than one Group_Selection operators.

Possible values are:

0 - Selected In All Groups

1 - Selected In Any Group

2 - Selected In Single Group

   

<Group_Operator>.Group_Selection : node 

This value is provided for backwards compatibility with previous versions of the operator which supported a single Group_Selection node instead of a list of one or more. It is not used anymore.

   

Group_Operator Interfaces:

The following Interfaces are exposed by theGroup_OperatorClass:

Interface: action

Interface: operator

Interface: PViewItem

See Also