![]() |
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 | |
| QPointF | from |
| QPointF | to |
| QString | text |
| double | pixelOffset = 28.0 |
| bool | accent = false |
| Highlight (e.g. the geom being edited). | |
A dimension line measuring from→to, offset perpendicular to that direction by pixelOffset screen pixels (sign selects the side). Extension lines are drawn from the measured points out to the dimension line, and the text is drawn along it — so one struct covers vertical depths, horizontal widths and the slope-parallel length of a pipe.
| bool openswmmvis::sectionview::DiagramDim::accent = false |
Highlight (e.g. the geom being edited).
| QPointF openswmmvis::sectionview::DiagramDim::from |
| double openswmmvis::sectionview::DiagramDim::pixelOffset = 28.0 |
| QString openswmmvis::sectionview::DiagramDim::text |
| QPointF openswmmvis::sectionview::DiagramDim::to |