CellVertexNumbers | Cellzilla2D Home |
Description
Determines the vertex numbers corresponding to a specific cell in a Tissue object.Needs["Cellzilla2D`"];
Return Value
CellVertexNumbers[tissue, i] - returns the integer vertex numbers for cell i.
CellVertexNumbers[tissue] - returns the integer vertex numbers for all cells.
CellVertexNumbers[cell, edges] - returns the integer vertex numbers for the specified cell. Here edges is the list of edges from a Tissue object; and cell is a list of edge numbers corresponding to the desired cell.
CellVertexNumbers[{cell}, edges] - returns the integer vertex numbers for a list of specified cells. Here edges is the list of edges from a Tissue object; and cells is a list of lists of of edge numbers corresponding to the desired cells.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also