Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FSelectiveTessellate
Description
Tessellate only triangles that belong to a given triangle group id. Triangle groups are defined by the FDynamicMesh3::GetTriangleGroup().
| Name | CreateConcentricRingsPatternFromTriangleGroup |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/SelectiveTessellate.h |
| Include Path | #include "Operations/SelectiveTessellate.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/SelectiveTessellate.cpp |
static TUniquePtr < FTessellationPattern > CreateConcentricRingsPatternFromTriangleGroup
(
const FDynamicMesh3 * InMesh,
const int InTessellationLevel,
const int InPolygroupID
)