Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Operations > API/Runtime/GeometryCore/Operations/FLocalPlanarSimplify
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Operations/LocalPlanarSimplify.h |
| Include | #include "Operations/LocalPlanarSimplify.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Operations/LocalPlanarSimplify.cpp |
void SimplifyAlongEdges
&40;
FDynamicMesh3 & Mesh,
TSet< int32 > & InOutEdges,
TUniqueFunction< void(const DynamicMeshInfo::FEdgeCollapseInfo &)> ProcessCollapse
&41; const
Remarks
Simplify Mesh along the given edges, and update the edge set accordingly
Parameters
| Name | Description |
|---|---|
| Mesh | Mesh to simplify |
| InOutEdges | Edges to simplify along will be updated to remove any edges that have been collapsed by simplification |
| ProcessCollapse | Optional function to be called whenever the simplification collapses an edge |