Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 471 Bytes

File metadata and controls

31 lines (24 loc) · 471 Bytes

MirrorXY3D

Description

Procedure MirrorXY3D mirrors the currently selected object through the XY plane.

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

Examples

MirrorXY3D;
import vs

# Procedure MirrorXY3D mirrors the currently selected object through the XY
# plane.
vs.MirrorXY3D()

Version

Availability: from MiniCAD5.0.2

Category