Hello everyone!
I want to make lisp, that will use "rotate3d" command.
After you select some block, you can press "x", "y" or "z" (several times), and lisp will rotate this block using insertion point as base point by 90 deg. clockwise (around corresponding axis), and when you finish rotating you press Enter and exit from lisp.
For example, you select some block and then press "x" three times, block rotated by 270 deg. around X axis, then press "z" two times, and block rotated by 180 deg., then press Enter and exit from lisp.
Is it possible, maybe there are some similar lisps?
If anyone could give advice it would be greatly appreciated.
Thank you in advance.