![]() |
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 | |
| QPolygonF | pts |
| DiagramRole | role = DiagramRole::Conduit |
| DiagramTexture | texture = DiagramTexture::None |
| bool | openTop = false |
| bool | unknown = false |
| QString | insetLabel |
A filled + stroked polygon in model coordinates (y increases UPWARD).
| QString openswmmvis::sectionview::DiagramPoly::insetLabel |
Optional text drawn centred inside the polygon.
| bool openswmmvis::sectionview::DiagramPoly::openTop = false |
Open channels leave the top edge unstroked so they don't read as a closed conduit. Applies only when pts came from a section outline.
| QPolygonF openswmmvis::sectionview::DiagramPoly::pts |
| DiagramRole openswmmvis::sectionview::DiagramPoly::role = DiagramRole::Conduit |
| DiagramTexture openswmmvis::sectionview::DiagramPoly::texture = DiagramTexture::None |
Material pattern drawn over the fill; clipped to the polygon.
| bool openswmmvis::sectionview::DiagramPoly::unknown = false |
Draw with a dashed outline and a hatch fill — used for LID layers whose values the engine cannot read back.