Boundary | Cellzilla2D Home |
Description
Needs["Cellzilla2D`"];
Return Value
Boundary[{v1,v2,...}] returns a Graphics Object representing a polygon with the specified vertices. This is different from the built in function Line because Line does not close the polygon unless the first vertex is repeated as the last vertex.
Boundary[{v1,v2,...}, directives]
returns a Graphics Object representing a polygon with the specified vertices with the specified Graphics directives applied.
Options
In the second form, any standard options for Graphics can be used.
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also