AddEdge | Cellzilla2D Home |
Description
Adds an edge to a Tissue object.
Needs["Cellzilla2D`"];
Return Value
AddEdge[tissue, {i1, i2}]
i1,i2 - are integer indices of two vertices that already exist in the tissue.
Returns the new Tissue object.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also