Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/Operations
References
| Module | ModelingComponentsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/Operations/SubdividePoly.h |
| Include | #include "Operations/SubdividePoly.h" |
Syntax
enum ESubdivisionScheme
&123;
Bilinear,
CatmullClark,
Loop,
&125;
Values
| Name | Description |
|---|---|
| Bilinear | Subdivides like Catmull-Clark, but does not smooth the result (i.e. the vertices remain in their original planes). |
| CatmullClark | Common subdivision scheme typically used with quad-dominant meshes. |
| Loop | Subdivision scheme developed by Charles Loop that operates directly on triangle meshes, and therefore does not use the group topology. |
Remarks
Subdivision scheme