SmootheCell SmootheCells |
Cellzilla2D Home |
Description
Removes projecting corners from cells on the outer edge of tissues. Any corner that is only part of a single cell is removed.
Needs["Cellzilla2D`"];
Return Value
SmootheCell[tissue, i] - removes the outer corners of cell i in the tissue, and returns the modified tissue.
SmootheCells[tissue, {i, j, k, ...} ] - removes the outer corners of cells i, j, k, ... in the tissue, and returns the modified tissue.
SmootheCells[tissue] - removes the outer corners of all cells in the tissue, and returns the modified tissue.
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also