UTrimMeshesToolProperties

Properties of the trim mode

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CSGMeshesTool.h

Include

#include "CSGMeshesTool.h"

Syntax

UCLASS()
class UTrimMeshesToolProperties : public UInteractiveToolPropertySet

Remarks

Properties of the trim mode

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bShowTrimmingMesh

Whether to show a translucent version of the trimming mesh, to help visualize what is being cut

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

FLinearColor

 

ColorOfTrimmingMesh

Color of translucent version of the trimming mesh

Public variable UProperty Category, EditAnywhere, Meta

float

 

OpacityOfTrimmingMesh

Opacity of translucent version of the trimming mesh

Public variable UProperty Category, EditAnywhere

ETrimSide

 

TrimSide

Whether to remove the surface inside or outside of the trimming geometry

Public variable UProperty Category, EditAnywhere

ETrimOperation

 

WhichMesh

Which object to trim

Public variable UProperty Category, EditAnywhere, AdvancedDisplay, Meta

float

 

WindingThreshold

Threshold to determine whether a triangle in one mesh is inside or outside of the other