Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
This is probably a stupid question and is easy to fix but I havn't found the answer yet.
I use a lisp for some command shortcuts so I don't ever have to edit the pgp file that comes with cad.
One of them is (defun c:C() (command "COPY")), yes, I have one for circle since I am replacing the default C for circle. My question is, doing it this way puts the copy command in displacement mode, how would I switch it to multiple mode in the lisp?
Solved! Go to Solution.