Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| |
|
| Name |
ETrimOperation |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/BooleanMeshesOp.h |
| Include Path |
#include "CompositionOps/BooleanMeshesOp.h" |
Syntax
enum ETrimOperation
{
TrimA = 0 UMETA(DisplayName = "Trim A"),
TrimB = 1 UMETA(DisplayName = "Trim B"),
}
Values
| Name |
Remarks |
| TrimA |
Remove geometry from the first object using the second object |
| TrimB |
Remove geometry from the second object using the first object |