unreal.RemeshSmoothingType

class unreal.RemeshSmoothingType

Bases: EnumBase

Smoothing modes

C++ Source:

  • Plugin: MeshModelingToolset

  • Module: ModelingOperators

  • File: RemeshMeshOp.h

COTANGENT: RemeshSmoothingType = Ellipsis

Cotangent Smoothing

Type:

1

MEAN_VALUE: RemeshSmoothingType = Ellipsis

Mean Value Smoothing

Type:

2

UNIFORM: RemeshSmoothingType = Ellipsis

Uniform Smoothing

Type:

0