translateline
Moves a line of an existing polygon.
Moves a line of an existing polygon along a specified vector.
translateline Polygon_6 4 (2 1)
Moves the line at index 4 of Polygon_6 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 | Polygon |
None