unreal.AvaBooleanMode¶
- class unreal.AvaBooleanMode¶
Bases:
EnumBaseEAva Boolean Mode
C++ Source:
Plugin: Avalanche
Module: AvalancheModifiers
File: AvaBooleanModifier.h
- INTERSECT: AvaBooleanMode = Ellipsis¶
Only keep the intersecting geometry from the two colliding geometry
- Type:
2
- NONE: AvaBooleanMode = Ellipsis¶
Does not apply any mode, but get affected by other geometry modes
- Type:
0
- SUBTRACT: AvaBooleanMode = Ellipsis¶
Subtract this geometry from the one it is colliding with
- Type:
1
- UNION: AvaBooleanMode = Ellipsis¶
Merges the two colliding geometry together
- Type:
3