Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FGroupEdgeInserter
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupEdgeInserter.h |
| Include | #include "Operations/GroupEdgeInserter.h" |
Syntax
struct FGroupEdgeInsertionParams
Remarks
Parameters for an InsertGroupEdge() call
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bSimplifyAlongPath | When inserting edges, we can locally simplify to improve mesh quality along the edge path. | |
| FGroupEdgeSplitPoint | EndPoint | ||
| int32 | GroupBoundaryIndex | Index into the group's Boundary array that holds the boundary that the start and end points share. | |
| int32 | GroupID | Group across which the cut is inserted. | |
| FDynamicMesh3 * | Mesh | These are both modified in the operation | |
| EInsertionMode | Mode | ||
| FGroupEdgeSplitPoint | StartPoint | ||
| FGroupTopology * | Topology | ||
| double | VertexTolerance | When inserting edges, this is the distance that a desired new point can be to use a nearby vertex rather than splitting an edge to create a new one (used when inserting using plane cut). |