Composite
Particle Condition - Check if a particle meets two conditions at the same time
Assemble two conditions together. This condition will be met if:
- operation is AND: conditionA and conditionB are met
- operation is OR: conditionA or conditionB are met
Variables:
- Condition A: First condition of the composited condition
- Operation: Operation to assemble the two conditions together (either: [A and B should be met] or [A or B should be met])
- Condition B: Second condition of the composited condition
Python
Oil.createObject("CompositeParticleCondition")