FlipH

class ipkiss3.all.FlipH(flipped, *args)

Specifies that a horizontally mirrored version of the component must be placed.

If the instance has transformations, then these transformations are taken into account when the instance is flipped.

    # | #
  ### | ###
##### | #####

See also

FlipV

Examples

>>> i3.FlipH(['inst1', 'inst2', 'inst3'])
>>> i3.FlipH('inst1', 'inst2', 'inst3')
>>> i3.FlipH('inst1')