unreal.AvaBooleanMode

class unreal.AvaBooleanMode

Bases: EnumBase

EAva Boolean Mode

C++ Source:

  • Plugin: Avalanche

  • Module: AvalancheModifiers

  • File: AvaBooleanModifier.h

INTERSECT: AvaBooleanMode

Only keep the intersecting geometry from the two colliding geometry

Type:

2

NONE: AvaBooleanMode

Does not apply any mode, but get affected by other geometry modes

Type:

0

SUBTRACT: AvaBooleanMode

Subtract this geometry from the one it is colliding with

Type:

1

UNION: AvaBooleanMode

Merges the two colliding geometry together

Type:

3