Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
| Name | EVoxelCSGOperation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/VoxelCSGMeshesTool.h |
| Include Path | #include "VoxelCSGMeshesTool.h" |
Syntax
enum EVoxelCSGOperation
{
DifferenceAB = 0,
DifferenceBA = 1,
Intersect = 2,
Union = 3,
}
Values
| Name | Remarks |
|---|---|
| DifferenceAB | Subtracts the first object from the second |
| DifferenceBA | Subtracts the second object from the first |
| Intersect | Intersection of two objects |
| Union | Union of two objects |