Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UVolumeToMeshToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VolumeToMeshTool.h |
| Include | #include "VolumeToMeshTool.h" |
Syntax
UCLASS ()
class UVolumeToMeshToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoRepair | If WeldEdges is enabled, attempt to fill any small holes or cracks in the resulting mesh to form a closed surface. | |
| bool | bOptimizeMesh | If WeldEdges is enabled, and after mesh generation is complete, flip edges in planar regions to improve triangle quality. | |
| bool | bShowWireframe | Show the wireframe of the resulting converted mesh geometry. | |
| bool | bWeldEdges | Weld coincident vertices and edges together in the resulting mesh to form a closed mesh surface. |