Quick Mirror

Function Syntax QM / QMD / QMO / QMOD
Current Version 1.0
Download QuickMirror.lsp
View HTML Version QuickMirror.html

Program Description

This program provides functionality to mirror a selection of objects or a single object without the need to pick two points to define a mirror axis.

The program runs using a subfunction which is called with two arguments: 'single' and 'delete'. If the 'single' parameter is non-nil, the user is prompted for a single object to mirror and the object is mirrored in the mirror axis defined by the derivative at the selected edge of the object. If the 'single' parameter is nil, the user is prompted for a SelectionSet of objects to mirror and an object whose derivative at its selected edge will be used as a mirror axis. The 'delete' parameter determines whether the original objects are to be erased following the mirror operation.

I have created four program shortcuts to call the subfunction in various ways, the configuration of each command is detailed at the top of the code.

Example of Usage

Quick Mirror.gif

Instructions for Running

Please refer to How to Run an AutoLISP Program.

textsize

increase · reset · decrease

Designed & Created by Lee Mac © 2010