![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
The run to export plus the unit / CRS context the source cannot state. More...
#include <mesh2dresultsexport.h>
Public Attributes | |
| IMesh2DSource * | source = nullptr |
| not owned; must outlive the call | |
| double | unitFactor = 1.0 |
| double | dryDepthM = 1e-4 |
| QString | srsWkt |
The run to export plus the unit / CRS context the source cannot state.
Dry threshold in METRES (the layer's dryDepth()).
| IMesh2DSource* openswmmvis::io::Mesh2DExportInputs::source = nullptr |
not owned; must outlive the call
| QString openswmmvis::io::Mesh2DExportInputs::srsWkt |
Model CRS as WKT; empty writes no .prj / projection.
| double openswmmvis::io::Mesh2DExportInputs::unitFactor = 1.0 |
SI metres → model units, for coordinates AND values (the layer's depthToMeshUnits(); 1.0 for a metric model, 1/0.3048 for a US one).