Property Collect operator
The Property Collect operator allows you to bring all particles with a matching custom float data value into an event.
Property Collect
- Channel: all particles in the flow in other events with a custom float data channel value equal to the specified channel value of the particles in the current event will be brought into the current event.
Example: if you set the selected channel name to “testValue” and the float value of that channel for the current particle is 7.0, all other particles in the flow whose “testValue” float channel value is 7.0 will be bought into the event. This provides an easy way to collect groups of separated particles back together.
Secondary filters
Simulation Groups
- Simulation groups: particles will only be collected if they have matching simulation groups.
Export Groups
- Export groups: particles will only be collected if they have matching export groups.