Copy and Rotate
Hi, does anyone have a simple macro that will enable a line to be selected, then for it to be copied and rotated 90 degrees leaving the original line where it is. Thank you.
0
Comments
-
If the original line is already on a polar axis, then Mirror it about the 45o axis.0
-
I recommend giving the MOCORO (move copy rotate) command a try.0
-
Not a macro, but a lisp-based custom command that duplicates a line or any other selection set and rotates the duplicate 90°.
If you'd like the duplicate to be selected and highlighted for use in the next command, just remove the semi-colon at the start of the next-to-last line.0