NTissueCells NTissueEdges NTissueVertices |
Cellzilla2D Home |
Description
Determines the number of cells, edges, or vertices in a Tissue object.
Needs["Cellzilla2D`"];
Return Value
NTissueCells[tissue] returns the number of cells.
NTissueEdges[tissue] returns the number of edges.
NTissueVertices[tissue] returns the number of vertices.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also