movepoint
Moves a point of a polygon or water level.
Moves a point of a polygon to another location.
movepoint Polygon_1 4 (1 2 3)
Moves the point at index 4 of Polygon_1 to the location with coordinates (1, 2, 3).
Integer' <Coords: Number' Number' Number'>'
Integer | Point number | Number of the point that should be moved. The numbering of points is 0-based, so the first point has number 0. |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | z | z-coordinate |
Mode | Target |
---|---|
Geometry | Polygon |
None
Moves a point of an existing water level to another location and change the zref.
movepoint UserWaterLevel_1 4 (1 2 3)
Moves the point at index 4 of UserWaterLevel_1 to the location with coordinates (1, 2) and changes the zref to 3.
Integer' <Coords: Number' Number' Number'>'
Integer | Point number | Number of the point that should be moved. The numbering of points is 0-based, so the first point has number 0. |
Coords | Coordinates | |
Number | x | x-coordinate |
Number | y | y-coordinate |
Number | zref | z-coordinate where the pore pressure is equal to zero |
Mode | Target |
---|---|
Water levels | Water level |
None