Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
References
| |
|
| Module |
MeshModelingToolsEditorOnlyExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/VoxelCSGMeshesTool.h |
| Include |
#include "VoxelCSGMeshesTool.h" |
Syntax
enum EVoxelCSGOperation
&123;
DifferenceAB = 0,
DifferenceBA = 1,
Intersect = 2,
Union = 3,
&125;
Values
| Name |
Description |
| 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 |