SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
mesh::SweptPatch Struct Reference

Swept patch: the centreline is offset ±width/2 (mitred at interior vertices) and cut into across quads per station. along > 0 resamples every centreline segment to that target spacing (original vertices are kept); 0 = one station per centreline vertex. More...

#include <meshpatch.h>

Collaboration diagram for mesh::SweptPatch:

Public Attributes

QVector< QPointF > centreline
 >= 2 points.
 
double width = 0.0
 
int across = 0
 
double along = 0.0
 
QString tag
 

Detailed Description

Swept patch: the centreline is offset ±width/2 (mitred at interior vertices) and cut into across quads per station. along > 0 resamples every centreline segment to that target spacing (original vertices are kept); 0 = one station per centreline vertex.

Member Data Documentation

◆ across

int mesh::SweptPatch::across = 0

◆ along

double mesh::SweptPatch::along = 0.0

◆ centreline

QVector<QPointF> mesh::SweptPatch::centreline

>= 2 points.

◆ tag

QString mesh::SweptPatch::tag

◆ width

double mesh::SweptPatch::width = 0.0

The documentation for this struct was generated from the following file: