1
0
Fork 0
freesewing/markdown/dev/reference/api/macros/flip/en.md
2021-12-27 17:33:49 +01:00

536 B

title
flip

The flip macro flips (mirrors) an entire part vertically around the Y-axis.
It takes no arguments, and is provided by the flip plugin.

macro("flip")

Under the hood, this macro will:

  • Go through all Points in your Part, and multiply their X-coordinate by -1
  • Go through all the Paths in your Part, and for each drawing operation will multiply the X-coordinare by -1
  • Go through all the Snippets in your Part and multiply the X-coordinate of the anchor point by -1