EHoleFillOpFillType

Windows
MacOS
Linux

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/CleaningOps/HoleFillOp.h

Include

#include "CleaningOps/HoleFillOp.h"

Syntax

enum EHoleFillOpFillType
{
    TriangleFan,
    PolygonEarClipping,
    Planar,
    Minimal,
    Smooth,
}

Values

Name

Description

TriangleFan

Fill with a fan of triangles connected to a new central vertex.

PolygonEarClipping

Incrementally triangulate the hole boundary without introducing new interior vertices.

Planar

Choose a best-fit plane, project the boundary vertices to the plane, and use 2D Delaunay triangulation.

Minimal

Fill with a triangulation which attempts to minimize Gaussian curvature and not introduce new interior vertices.

Smooth

Fill hole with a simple triangulation, then alternate between smoothing and remeshing.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss