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