mpeterson79
2007-10-16, 05:47 PM
I have a custom button that a former coworker created for copying objects from model space to paperspace. AutoCAD's CHSPACE command only transfers an object from one 'space' to another, therefore destroying the underlying entities.
How might I go about converting the following code to a LISP routine in order to better share it with other co-workers?
^C^Cselect;\copy;p;;0,0;0,0;chspace;p;;flatten;p;;
Thanks for any help.
How might I go about converting the following code to a LISP routine in order to better share it with other co-workers?
^C^Cselect;\copy;p;;0,0;0,0;chspace;p;;flatten;p;;
Thanks for any help.