CellsOnBoundary | Cellzilla2D Home |
Description
Determines the cells on the "edge" of the tissue.
Needs["Cellzilla2D`"];
Return Value
CellsOnBoundary[tissue] returns a list of integers represent the cells in the tissue object that are on the boundary.
A cell is defined to be on the boundary if it contains an edge that is not shared with another cell.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also