Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Solvers > API/Plugins/DynamicMesh/Solvers/FVertexLinearization > API/Plugins/DynamicMesh/Solvers/FVertexLinearization/__ctor
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Solvers/MeshLinearization.h |
| Include | #include "Solvers/MeshLinearization.h" |
template<typename MeshType>
FVertexLinearization
&40;
const MeshType & Mesh,
bool bRemapBoundary
&41;
Parameters
| Name | Description |
|---|---|
| Mesh | The mesh to lineralize. |
| bRemapBoundary | If true, will move the boundary vertices to the end of the arrays and record the number of boundary vertices. |