Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| |
|
| Module |
GeometryScriptingCore |
| Header |
/Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshVoxelFunctions.h |
| Include |
#include "GeometryScript/MeshVoxelFunctions.h" |
Syntax
enum EGeometryScriptMorphologicalOpType
&123;
Dilate = 0,
Contract = 1,
Close = 2,
Open = 3,
&125;
Values
| Name |
Description |
| 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) |