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