cf.AuxiliaryCoordinate.hasbounds

AuxiliaryCoordinate.hasbounds

True if and only if there are cell bounds.

If present, cell bounds are stored in the bounds attribute.

Examples:
>>> if c.hasbounds:
...     b = c.bounds

Previous topic

cf.AuxiliaryCoordinate.hardmask

Next topic

cf.AuxiliaryCoordinate.isauxiliary

This Page