Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/CompositionOps
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/BooleanMeshesOp.h |
| Include | #include "CompositionOps/BooleanMeshesOp.h" |
Syntax
enum ECSGOperation
&123;
DifferenceAB = 0,
DifferenceBA = 1,
Intersect = 2,
Union = 3,
&125;
Values
| Name | Description |
|---|---|
| DifferenceAB | Subtract the second object from the first object |
| DifferenceBA | Subtract the first object from the second object |
| Intersect | Intersection of the two objects, i.e. where both objects overlap |
| Union | Union of the two objects, i.e. merger of both objects |
Remarks
CSG operation types