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
{
DifferenceAB = 0 UMETA(DisplayName = "A - B"),
DifferenceBA = 1 UMETA(DisplayName = "B - A"),
Intersect = 2 UMETA(DisplayName = "Intersect"),
Union = 3 UMETA(DisplayName = "Union"),
}
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 |