translateline
Moves a line of an existing surface.
Moves a line of an existing surface along a specified vector.
translateline Polygon_6 4 (2 1 3)
Moves the line at index 4 of Polygon_6 along the vector (2, 1, 3).
Integer' <Coords: Number' 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 |
Number | z | Distance that the line should be moved in the z-direction |
Mode | Target |
---|---|
Geometry | Polygon |
None