MergeEdges | Cellzilla2D Home |
Description
Needs["Cellzilla2D`"];
Merges two edges in a tissue together.
Return Value
MergeEdges[tissue, i, j ] returns a new tissue object with edges i and j merged into a single edge. This may change the shape of the cells to which edges i and j are attached as well as the shape of the entire tissue.
Edges may only be merged if (a) they share a common vertex; and (b) the shared vertex is not part of any other edge.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also