3.1.2. pypago.sections.GridSection¶
- class pypago.sections.GridSection(grid, section)¶
Gridded section object
- __init__(grid, section)¶
- Parameters
grid (pypago.grid.Grid) – Model grid
section (list) – List of
pypago.sections.Section
objects
Methods
__init__
(grid, section)- param pypago.grid.Grid grid
Model grid
plotsecfaces
([axes])Draws a gridded section as 'staircase', with grid points as the x and y coordinates.