Navigation
API > API/Plugins > API/Plugins/ModelingOperators
Smoothing modes
| Name | ERemeshSmoothingType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CleaningOps/RemeshMeshOp.h |
| Include Path | #include "CleaningOps/RemeshMeshOp.h" |
Syntax
enum ERemeshSmoothingType
{
Uniform = 0 UMETA(DisplayName = "Uniform"),
Cotangent = 1 UMETA(DisplayName = "Shape Preserving"),
MeanValue = 2 UMETA(DisplayName = "Mixed"),
}
Values
| Name | Remarks |
|---|---|
| Uniform | Uniform Smoothing |
| Cotangent | Cotangent Smoothing |
| MeanValue | Mean Value Smoothing |