Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
ERevolvePropertiesCapFillMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h |
| Include Path |
#include "Properties/RevolveProperties.h" |
Syntax
enum ERevolvePropertiesCapFillMode
{
None,
CenterFan,
Delaunay,
EarClipping,
}
Values
| Name |
Remarks |
| None |
No caps will be generated. |
| CenterFan |
Caps are triangulated by placing a vertex in the center and creating a fan to the boundary. |
| Delaunay |
Caps are triangulated to maximize the minimal angle in the triangles using Delaunay triangulation. |
| EarClipping |
Caps are triangulated using a standard ear clipping approach. |