EVoxelCSGOperation

Choose your operating system:

Windows

macOS

Linux

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/VoxelCSGMeshesTool.h

Include

#include "VoxelCSGMeshesTool.h"

Syntax

enum EVoxelCSGOperation
{
    DifferenceAB    = 0,
    DifferenceBA    = 1,
    Intersect       = 2,
    Union           = 3,
}

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