Search found 3 matches

Re: ... in R9.1

In July I download version 9.1 and it said it supports Autocad 2018, today I noticed version 9.1 supports Autocad 2020. Do I have to upgrade to get this support on my version 9.1?

Zoom Box

;ZB.LSP ZOOM BOX like ZOOM Dynamic except done on current display ; doesn't handle keyboard except space, return and arrow keys ; (defun drawbox () ; draw the box (grdraw ll ul -1) (grdraw ul ur -1) (grdraw ur lr -1) (grdraw lr ll -1) (if (= mode 0) (cenx) (arrow)) ) (defun cenx () ; draw center X (...

Go to advanced search