translatelinemagnetic mml
Moves a line of an existing polygon and the connected polygon(s) in a specified direction.
Moves a line of an existing polygon and the connected polygon(s) along a specified vector.
translatelinemagnetic Polygon_6 4 (2 1)
Moves the line at index 4 of Polygon_6 and the connected polygon(s) along the vector (2, 1).
Integer' <Coords: Number' Number'>'
Integer | Line number | Number of the line that should be moved. The numbering of lines is 0-based, so the first line has number 0. |
Coords | Vector along which the line should be moved | |
Number | x | Distance that the line should be moved in the x-direction |
Number | y | Distance that the line should be moved in the y-direction |
Mode | Target |
---|---|
Geometry | Global |
None