![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <sectiondiagram.h>
Public Attributes | |
| double | x0 = 0.0 |
| double | x1 = 0.0 |
| double | y = 0.0 |
| double | height = 0.0 |
| int | count = 8 |
| bool | grass = false |
A run of vegetation drawn standing on the segment x0→x1 at height y.
Planting is the fastest visual cue for which LID type is on screen — a bioretention cell and an infiltration trench have near-identical layer stacks and completely different surfaces.
| int openswmmvis::sectionview::DiagramVegetation::count = 8 |
Roughly how many plants to draw across the run; the painter spaces them evenly and jitters them deterministically.
| bool openswmmvis::sectionview::DiagramVegetation::grass = false |
Grass tufts (swales, turf) instead of shrubs (bioretention, gardens).
| double openswmmvis::sectionview::DiagramVegetation::height = 0.0 |
Plant height in MODEL units, so it scales with the drawing.
| double openswmmvis::sectionview::DiagramVegetation::x0 = 0.0 |
| double openswmmvis::sectionview::DiagramVegetation::x1 = 0.0 |
| double openswmmvis::sectionview::DiagramVegetation::y = 0.0 |