DanglingVertices | Cellzilla2D Home |
Description
Returns a list of all the Vertices in the tissue that are not part of any edge.
Needs["Cellzilla2D`"];
Return Value
DanglingVertices[tissue] - returns a list of the Vertices, by integer vertex number, that are not part of any cell. If there are no dangling Vertices the empty list is returned.
returns:
Options
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also