Get the cell bounds.
Either return its existing bounds or, if there are none, optionally create bounds based on the coordinate array values.
Parameters : |
|
---|---|
Returns : |
|
Examples
>>> c.get_bounds()
>>> c.get_bounds(create=True)
>>> c.get_bounds(create=True, bound=60)
>>> c.get_bounds(create=True, insert=True)
>>> c.get_bounds(create=True, bound=-9000.0, insert=True, copy=False)