Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CutMeshWithMeshTool.h |
Include |
#include "CutMeshWithMeshTool.h" |
UCLASS()
class UCutMeshWithMeshToolProperties : public UInteractiveToolPropertySet
Standard properties of the CutMeshWithMesh operation
Name | Description | ||
---|---|---|---|
|
bShowNewBoundaries |
Show boundary edges created by the Boolean operation, which might happen due to numerical errors |
|
|
bTryCollapseEdges |
Try to collapse extra edges created by the Boolean operation |
|
|
bTryFixHoles |
Try to fill holes created by the Boolean operation, e.g. due to numerical errors |
|
|
bUseFirstMeshMaterials |
If true, only the first mesh will keep its material assignments, and all other faces will have the first material assigned |
|
|
float |
WindingThreshold |
Threshold to determine whether a triangle in one mesh is inside or outside of the other |