movepointmagnetic mmp
      Moves a polygon point and any connected objects.
    
    
        Moves a polygon point and the connected objects in a specified direction.
      
      
        
          movepointmagnetic Polygon_1 4 (1 2)
        
        
          Moves the point at index 4 of Polygon_1 and the connected objects (1, 2) direction.
        
      
      
        Polygon' Integer' <Coords: Number' Number'>'
      
      | Polygon | Polygon object reference | Name of the polygon that should be moved | 
| Integer | Point number | Number of the polygon 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