Skip to content
Vladimir Elistratov edited this page Apr 13, 2015 · 3 revisions

Operator copy(..) creates a copy of the current shape. It can be applied to 2D shapes only.

It has the only optional argument: a rule or an operator to be applied to the copied shape.

Example:

copy(MyRule())
Clone this wiki locally