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