Navigation
API > API/Plugins > API/Plugins/ModelingOperators
Morphology operation types
| Name | EMorphologyOperation |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/VoxelMorphologyMeshesOp.h |
| Include Path | #include "CompositionOps/VoxelMorphologyMeshesOp.h" |
Syntax
enum EMorphologyOperation
{
Dilate = 0,
Contract = 1,
Close = 2,
Open = 3,
}
Values
| Name | Remarks |
|---|---|
| Dilate | Expand the shapes outward |
| Contract | Shrink the shapes inward |
| Close | Dilate and then contract, to delete small negative features (sharp inner corners, small holes) |
| Open | Contract and then dilate, to delete small positive features (sharp outer corners, small isolated pieces) |