UCutMeshWithMeshToolProperties

Standard properties of the CutMeshWithMesh operation

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingTools

Header

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

Include

#include "CutMeshWithMeshTool.h"

Syntax

UCLASS()
class UCutMeshWithMeshToolProperties : public UInteractiveToolPropertySet

Remarks

Standard properties of the CutMeshWithMesh operation

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bShowNewBoundaries

Show boundary edges created by the Boolean operation, which might happen due to numerical errors

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

bool

 

bTryCollapseEdges

Try to collapse extra edges created by the Boolean operation

Public variable UProperty Category, EditAnywhere, AdvancedDisplay

bool

 

bTryFixHoles

Try to fill holes created by the Boolean operation, e.g. due to numerical errors

Public variable UProperty Category, EditAnywhere

bool

 

bUseFirstMeshMaterials

If true, only the first mesh will keep its material assignments, and all other faces will have the first material assigned

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