I am an absolute beginner when it comes to LISP, and I'm trying to write a routine. After trying several tutorials, I decided to come here.
I am attempting to write a program that will align a selection to the X axis when the user clicks on a single line or curve. I also want to include a feature that aligns to the Y axis as well, but that will probably come later.
There is a Quick Mirror LISP from Lee Mac (http://www.lee-mac.com/quickmirror.html) that performs most of the required steps. I'm trying to decipher it, but I don't know where to begin with tailoring it to fit my needs.
If such a progam already exists, I would love to get my hands on it, as it would save me loads of time. Using the Align command requires far too many clicks (and requires too much precision per click).