Skip to content
Vladimir Elistratov edited this page Apr 13, 2015 · 1 revision

Operator translate(..) moves the current shape by the given offset along the shapes coordinate system. It can be applied to 2D shapes only.

It has 3 arguments: offsets along x, y and z axes of the shape coordinate system.

Example:

translate(1, -2, 0)
Clone this wiki locally