cparnell
Mechanical
- Sep 23, 2002
- 71
I found an AutoDesk tip on drawing performance, named "Improving performance when picking objects or regenerating drawing. It related this problem to drawing outside of the drawing limits. I was curious about seeing if this may help me when my A2K4 is slow while picking objects.
What I tried to do is set my system variable of Limmax to some thing larger than what most of my drawings would need. I opened my acad.lsp file and entered below the rest of my system variables, that work, the following,
(setvar "limmax" "1088',704'"), I then restarted AutoCAD, however when I open existing drawings, hoping that it will update them, they show something like, 1'-5",0'-11". Is not the acad.lsp supposed to over ride the files variable setting? Am I doing something wrong? Does someone have a LISP or routine that will cause all new or existing drawings to update to a predefined limmax variable?
By the way I have a new
Dell
Pentium 4, 2.8 Gig hard drive
128 mg video
1 gig Ram
Charles S. Parnell
Southern Store Fixtures
What I tried to do is set my system variable of Limmax to some thing larger than what most of my drawings would need. I opened my acad.lsp file and entered below the rest of my system variables, that work, the following,
(setvar "limmax" "1088',704'"), I then restarted AutoCAD, however when I open existing drawings, hoping that it will update them, they show something like, 1'-5",0'-11". Is not the acad.lsp supposed to over ride the files variable setting? Am I doing something wrong? Does someone have a LISP or routine that will cause all new or existing drawings to update to a predefined limmax variable?
By the way I have a new
Dell
Pentium 4, 2.8 Gig hard drive
128 mg video
1 gig Ram
Charles S. Parnell
Southern Store Fixtures