Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UVoxelMorphologyMeshesToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VoxelMorphologyMeshesTool.h |
| Include | #include "VoxelMorphologyMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UVoxelMorphologyMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Properties of the morphology tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRemoveInternalsAfterVoxWrap | Remove internal surfaces from the VoxWrap output, before computing the morphology. | |
| bool | bVoxWrap | Apply a "VoxWrap" operation to input mesh(es) before computing the morphology. | |
| double | Distance | ||
| EMorphologyOperation | Operation | ||
| double | ThickenShells | Thicken open-boundary surfaces (extrude them inwards) before VoxWrapping them. |