FlipH¶
- class ipkiss3.all.FlipH¶
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
Examples
>>> i3.FlipH(['inst1', 'inst2', 'inst3']) >>> i3.FlipH('inst1', 'inst2', 'inst3') >>> i3.FlipH('inst1')