Navigation
API > API/Plugins > API/Plugins/ModelingOperators
Remeshing modes
| Name | ERemeshType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CleaningOps/RemeshMeshOp.h |
| Include Path | #include "CleaningOps/RemeshMeshOp.h" |
Syntax
enum ERemeshType
{
Standard = 0 UMETA(DisplayName = "Standard"),
FullPass = 1 UMETA(DisplayName = "Full Pass"),
NormalFlow = 2 UMETA(DisplayName = "Normal Flow"),
}
Values
| Name | Remarks |
|---|---|
| Standard | One pass over the entire mesh, then remesh only changed edges |
| FullPass | Multiple full passes over the entire mesh |
| NormalFlow | One pass over the entire mesh, then remesh only changed edges. |