Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include | #include "DynamicMesh/DynamicMesh3.h" |
Syntax
struct FCollapseEdgeOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowCollapsingInternalEdgeWithBoundaryVertices | When false, collapse is disallowed if the edge is an interior edge, yet both vertices are connected to boundary edges. | |
| bool | bAllowHoleCollapse | When false, collapse is disallowed if the edge is the boundary of a single triangle hole, such that collapsing it would clse the hole. | |
| bool | bAllowTetrahedronCollapse | When false, collapse is disallowed if we are collapsing the side of a tetrahedron. |