Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- USelfUnionMeshesToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SelfUnionMeshesTool.h |
| Include | #include "SelfUnionMeshesTool.h" |
Syntax
UCLASS ()
class USelfUnionMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Standard properties of the self-union operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOnlyUseFirstMeshMaterials | If true, only the first mesh will keep its materials assignments; all other triangles will be assigned material 0 | |
| bool | bShowNewBoundaryEdges | Show boundary edges created by the merge (often due to numerical error) | |
| bool | bTrimFlaps | If true, remove open, visible geometry | |
| bool | bTryCollapseEdges | Try to collapse extra edges created by the merge | |
| bool | bTryFixHoles | Try to fill holes created by the merge, e.g. due to numerical errors | |
| float | WindingThreshold | Threshold to determine whether a triangle in one mesh is inside or outside of the other |