SELECTIONCYCLING
Using this system variable you can select overlapping objects very easily. When the value of this system variable is set to 2, an overlapping icon anRead More…
Using this system variable you can select overlapping objects very easily. When the value of this system variable is set to 2, an overlapping icon anRead More…
This lisp will set your autocad crosshair to a selected grade You wil have to type the scale of your drawing (1:1, or 1:10), so if you are in a proRead More…
This lisp will copy selected objects to an existing layer you type to it: (defun c:col (/ lr tmp ent-lst) ; Copy to layer (setvar “CMDECHO” 1) (sRead More…
This lisp will offset selected entity to the current layer: (defun c:ol (/ lr tmp) ; Offset to layer (setvar “CMDECHO” 1) (command “offRead More…