User's guide
Developer's guide
Tutorials
Glossary
Versions
Get bounding-box coordinates from a mesh config section.
section (configparser.SectionProxy) – Mesh config section containing x_min, x_max, y_min, and y_max
x_min
x_max
y_min
y_max
default_bounds (list of float, optional) – Default bounds in the form [x_min, x_max, y_min, y_max] to use when config values are missing or set to None
[x_min, x_max, y_min, y_max]
None
bounding_box (list of float) – Bounding box in the form [x_min, x_max, y_min, y_max]