Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 543 Bytes

File metadata and controls

32 lines (25 loc) · 543 Bytes

FlipVer

Description

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 None

Examples

FlipVer;
import vs

# Procedure FlipVer vertically mirrors selected objects about the center of
# the object(s).
vs.FlipVer()

Version

Availability: from All Versions

Category