Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CSGMeshesTool.h |
Include |
#include "CSGMeshesTool.h" |
UCLASS()
class UTrimMeshesToolProperties : public UInteractiveToolPropertySet
Properties of the trim mode
Name | Description | ||
---|---|---|---|
|
bShowTrimmingMesh |
Whether to show a translucent version of the trimming mesh, to help visualize what is being cut |
|
|
ColorOfTrimmingMesh |
Color of translucent version of the trimming mesh |
|
|
float |
OpacityOfTrimmingMesh |
Opacity of translucent version of the trimming mesh |
|
TrimSide |
Whether to remove the surface inside or outside of the trimming geometry |
|
|
WhichMesh |
Which object to trim |
|
|
float |
WindingThreshold |
Threshold to determine whether a triangle in one mesh is inside or outside of the other |