mirror operation

Synopsis

  • mirror (xFlip, yFlip, zFlip)

Parameters

  1. xFlipbool
    A boolean value (true or false) for the scope x-axis; true means flip along the axis.
  2. yFlipbool
    A boolean value (true or false) for the scope y-axis; true means flip along the axis.
  3. zFlipbool
    A boolean value (true or false) for the scope z-axis; true means flip along the axis.

Description

The mirror operation mirrors the geometry of the current shape. The current shape's scope will stay the same.

Related


In this topic