movepoint
      Moves a point of a polygon or water level without moving any connected features.
    
    
        Moves a point of a polygon to another location.
      
      
        
          movepoint Polygon_1 4 (1 2)
        
        
          Moves the point at index 4 of Polygon_1 to the location with coordinates (1, 2).
        
      
      
        Integer' <Coords: 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 | 
| Mode | Target | 
|---|---|
| Geometry | Polygon | 
        
          None
        
      
    
        Moves a point of an existing water level to another location.
      
      
        
          movepoint UserWaterLevel_1 4 (1 2)
        
        
          Moves the point at index 4 of UserWaterLevel_1 to the location with coordinates (1, 2).
        
      
      
        Integer' <Coords: 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 | yref | y-coordinate where the pore pressure is equal to zero | 
| Mode | Target | 
|---|---|
| Water levels | Water level | 
        
          None