Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UVoxelBlendMeshesToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VoxelBlendMeshesTool.h |
| Include | #include "VoxelBlendMeshesTool.h" |
Syntax
UCLASS ()
class UVoxelBlendMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Properties of the blend operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | BlendFalloff | Blend falloff controls the size of the blend region | |
| double | BlendPower | Blend power controls the shape of the blend between shapes | |
| bool | bRemoveInternalsAfterVoxWrap | Remove internal surfaces from the VoxWrap output, before computing the blend. | |
| bool | bVoxWrap | Apply a "VoxWrap" operation to input mesh(es) before computing the blend. | |
| EVoxelBlendOperation | Operation | How to combine the shapes | |
| double | ThickenShells | Thicken open-boundary surfaces (extrude them inwards) before VoxWrapping them. |