FlipV¶
- class ipkiss3.all.FlipV¶
Specifies that a vertically mirrored version of the instance must be placed.
If the instance has transformations, then these transformations are taken into account when the instance is flipped.
# ### ##### ------ ##### ### #
See also
Examples
>>> i3.FlipV(['inst1', 'inst2', 'inst3']) >>> i3.FlipV('inst1', 'inst2', 'inst3') >>> i3.FlipV('inst1')