Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 550 Bytes

File metadata and controls

31 lines (24 loc) · 550 Bytes

FlipHor

Description

Procedure FlipHor horizontally mirrors selected objects about the center of the object(s). This procedure produces the same effect as the command "Flip Horizontal".

PROCEDURE FlipHor;
def vs.FlipHor():
    return None

Examples

FlipHor;
import vs

# Procedure FlipHor horizontally mirrors selected objects about the center of
# the object(s).
vs.FlipHor()

Version

Availability: from All Versions

Category