unreal.MeshBooleanOperationEnum¶
- class unreal.MeshBooleanOperationEnum¶
Bases:
EnumBaseEMesh Boolean Operation Enum
C++ Source:
Plugin: GeometryDataflow
Module: GeometryDataflowNodes
File: MeshBooleanNodes.h
- DATAFLOW_MESH_BOOLEAN_DIFFERENCE: MeshBooleanOperationEnum = Ellipsis¶
A difference of A - B includes only the points inside A that are outside of B, i.e. subtracting B from A
- Type:
2
- DATAFLOW_MESH_BOOLEAN_INTERSECT: MeshBooleanOperationEnum = Ellipsis¶
An intersection of A & B includes only the points inside both A and B, i.e. trimming A by B (and vice versa)
- Type:
1
- DATAFLOW_MESH_BOOLEAN_UNION: MeshBooleanOperationEnum = Ellipsis¶
A union of A + B includes everything inside either A or B
- Type:
0