Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly
| Name | ESubdivisionBoundaryScheme |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/Operations/SubdividePoly.h |
| Include Path | #include "Operations/SubdividePoly.h" |
Syntax
enum ESubdivisionBoundaryScheme
{
SmoothCorners,
SharpCorners,
}
Values
| Name | Remarks |
|---|---|
| SmoothCorners | Corners with only one adjoining face are smoothed along with the rest of the mesh boundary. |
| SharpCorners | Corners with only one adjoining face are constrained to be passed through. |