addwaterpoint
Adds a water point to a water level.
Adds a water point to an existing water level with specified coordinates (x, y) and a pinc.
addwaterpoint UserWaterLevel_2 (2 3) -5
Adds a water point to UserWaterLevel_2 with coordinates (2, 3) and a pinc of -5.
<Point'|<Coords: Number' Number'>'> Number'
| Point | Point object reference | The coordinates of which are used to insert a new point in the water level |
| Coords | Coordinates | |
| Number | x | x-coordinate |
| Number | yref | y-coordinate where the pore pressure is equal to zero |
| Number | pinc | Pressure increment |
| Mode | Target |
|---|---|
| Water levels, Staged construction | Water level |
None