Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
CSG-style blend operations
| Name | EVoxelBlendOperation |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VoxelBlendMeshesTool.h |
| Include Path | #include "VoxelBlendMeshesTool.h" |
Syntax
enum EVoxelBlendOperation
{
Union = 0,
Subtract = 1,
}
Values
| Name | Remarks |
|---|---|
| Union | Smoothed union of all shapes |
| Subtract | Smoothed subtraction of all shapes from the first selected shape |