Method CreateLoop
CreateLoop(CoEdgeList, bool, bool)
Create a loop from a set of edges of a set of orientations
Declaration
[HandleProcessCorruptedStateExceptions]
public uint CreateLoop(CoEdgeList coEdges, bool check = true, bool deleteIsolatedVertices = true)
Parameters
Type | Name | Description |
---|---|---|
CoEdgeList | coEdges | List of coEdges composing the loop |
bool | check | If true, the loop check if edges are well connected or not |
bool | deleteIsolatedVertices | If true, this will merge isolated vertices in the loop |
Returns
Type | Description |
---|---|
uint |