Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UCSGMeshesToolProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CSGMeshesTool.h |
| Include | #include "CSGMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UCSGMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Standard properties of the CSG operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bShowNewBoundaries | Show boundary edges created by the Boolean operation, which might happen due to numerical errors | |
| bool | bShowSubtractedMesh | Show a translucent version of the subtracted mesh, to help visualize geometry that is being removed | |
| bool | bTryCollapseEdges | Try to collapse extra edges created by the Boolean operation | |
| bool | bTryFixHoles | Try to fill holes created by the Boolean operation, e.g. due to numerical errors | |
| bool | bUseFirstMeshMaterials | If true, only the first mesh will keep its material assignments, and all other faces will have the first material assigned | |
| EditCondition | Opacity of the translucent subtracted mesh |
Color of the translucent subtracted mesh |
| ECSGOperation | Operation | Type of Boolean operation | |
| float | WindingThreshold | Threshold to determine whether a triangle in one mesh is inside or outside of the other |