Can someone please tell me why the wipeoutframe system variable reverts back to 1 after I set it to 2 and save and close the drawing.
How are you creating your wipeout? Are you creating your own frame are using wipeout with MTEXT?
Is it possible there is a startup lisp running that sets you system variables?
or
Joe Bouza
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
that was a hunch. you need to check with the people that set you up. you can look for an "acaddoc.lsp" file in you program files folder open in note pad and comment out the system variable setting, if this is the case.
Joe Bouza
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Could it be a glitch with the AutoCAD Install?
I had that happen a few time where I had to do a repair install after a major fatal crash or a faulty install.
WIPEOUTFRAME is a registry setting and the default is 1. You can change the default in the registry and 2 will hold.
The key for 2017 is:
HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\AutoCAD\R21.0\ACAD-0001\Variables\WIPEOUTFRAME
Optionally, this line added to acaddoc.lsp will set the value every time you open a drawing:
(setvar "WIPEOUTFRAME" 2)
Can't find what you're looking for? Ask the community or share your knowledge.