unreal.BooleanOperation

class unreal.BooleanOperation

Bases: EnumBase

CSG operation types

C++ Source:

  • Plugin: MeshPartition

  • Module: MeshPartitionEditor

  • File: MeshPartitionBooleanModifier.h

SUBTRACT: BooleanOperation = Ellipsis

Subtracts the Tool mesh from the Mesh Partition geometry, removing overlapping geometry and capping the result into a locally-closed surface.

Type:

1

TRIM: BooleanOperation = Ellipsis

Cuts away Mesh Partition geometry inside the Tool mesh, leaving an open hole at the boundary.

Type:

2

UNION: BooleanOperation = Ellipsis

Merges the Tool and Mesh Partition geometry into a locally-closed surface, removing internal surfaces where they overlap.

Type:

0