ShowTissue | Cellzilla2D Home |
Description
Shows a picture of the tissue object
Needs["Cellzilla2D`"];
Return Value
ShowTissue[tissue,options] returns a Graphics object.
Options
"CellStyle" ->List of cell colors, Automatic, "None", or "Nucleus" to print dots at cell centers rather than filed cells.
"BoundaryStyle" -> Color, thickness of walls (automatic), or "None".
"CellNumbers" -> List of numbers to label cells.
"CellNumberStyle"->{Black,12,FontFamily->"Times"}
"NumberStyle" -> Text style directives for cell numbers.
"Vertices -> {} or style parameters for vertices, e.g., color, PointSize.
"VertexNumbers" -> {} or style parameeters to print numbers.
"EdgeNumbers" -> {} or style parameters to print numbers.
"Outer" -> {} or style parameters to specify a different style parameter for the outermost boundary of the tissue; otherwise, it defaults to the value of "BoundaryStyle".
"DangingEdges"->False, if True, will print any dangling edges that are not part of cells. Normally Dangling edges are not printed.
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also