unreal.RemeshSmoothingType¶
- class unreal.RemeshSmoothingType¶
Bases:
EnumBaseSmoothing 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