ERevolvePropertiesCapFillMode

Windows
MacOS
Linux

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h

Include

#include "Properties/RevolveProperties.h"

Syntax

enum ERevolvePropertiesCapFillMode
{
    None,
    Delaunay,
    EarClipping,
    CenterFan,
}

Values

Name

Description

None

No cap.

Delaunay

Cap is triangulated to maximize the minimal angle in the triangles (if they were to be projected onto a best-fit plane).

EarClipping

Cap is triangualted using a standard ear clipping approach.

CenterFan

A vertex is placed in the center and a fan is created to the boundary.

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