Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UTrimMeshesToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CSGMeshesTool.h |
| Include | #include "CSGMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UTrimMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Properties of the trim mode
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowTrimmingMesh | Whether to show a translucent version of the trimming mesh, to help visualize what is being cut | |
| FLinearColor | ColorOfTrimmingMesh | Color of translucent version of the trimming mesh | |
| float | OpacityOfTrimmingMesh | Opacity of translucent version of the trimming mesh | |
| ETrimSide | TrimSide | Whether to remove the surface inside or outside of the trimming geometry | |
| ETrimOperation | WhichMesh | Which object to trim | |
| float | WindingThreshold | Threshold to determine whether a triangle in one mesh is inside or outside of the other |