unreal.GeometryScriptMorphologicalOpType

class unreal.GeometryScriptMorphologicalOpType

Bases: EnumBase

EGeometry Script Morphological Op Type

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshVoxelFunctions.h

CLOSE: GeometryScriptMorphologicalOpType

Dilate and then contract, to delete small negative features (sharp inner corners, small holes)

Type:

2

CONTRACT: GeometryScriptMorphologicalOpType

Shrink the shapes inward

Type:

1

DILATE: GeometryScriptMorphologicalOpType

Expand the shapes outward

Type:

0

OPEN: GeometryScriptMorphologicalOpType

Contract and then dilate, to delete small positive features (sharp outer corners, small isolated pieces)

Type:

3