EdgesOnBoundary EdgesNotOnBoundary |
Cellzilla2D Home |
Description
Determine which edges lie on the outer boundary of a tissue and which edges lie on the interior of a tissue.
Needs["Cellzilla2D`"];
Return Value
EdgesOnBoundary[tissue] - returns a list of the edges that are on the boundary.
EdgesNotOnBoundary[tissue] - returns a list of the edges that are not on the boundary.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also