Procedure FlipVer vertically mirrors selected objects about the center of the object(s). This procedure produce the same effect as the command 'Flip Vertical'.
PROCEDURE FlipVer;def vs.FlipVer():
return NoneFlipVer;import vs
# Procedure FlipVer vertically mirrors selected objects about the center of
# the object(s).
vs.FlipVer()Availability: from All Versions