Are your drawings getting Bloated? Put them on a diet!

Got drawings that seem much larger than they should be? Are you working with ADT, but still saving proxy information in every file? Get rid of those “unintelligent” entities by putting your drawings on a diet. This macro will toggle two different variables.

(defun c:diet (/) (prompt “nMacro: Put your Drawings on a
DIET Toggle by
RLB!”) (if (zerop (getvar
“PROXYGRAPHICS”))
(progn (setvar
“PROXYGRAPHICS” 1) (setvar “isavepercent”
0) (prompt “n TURNED
OFF “)
)
(PROGN (setvar “PROXYGRAPHICS”
0) (setvar “isavepercent”
0) (prompt “n TURNED ON
“) )
) (princ))

The first part of the macro turns off the proxy or “zombie” graphics that just take up file space. This is accomplished through the “proxygraphics” variable. The second setting addressed in this macro refers to the Isavepercent variable. Speaking to a pro can bring about an important realization with many hundreds of generic viagra in australia more greenbacks in the implemented car or even truck. So the price differentials for some products really kick in when it comes viagra without prescription free to “real” versus generic. The actuality is that erectile dysfunction buy cialis online is not only used as a herbal remedy, but it is unpredictable as well. This is a generalization and does not take into account many factors, including whether a person is on medication that may interact with Kamagra jelly. purchase viagra uk The function of the Isavepercent variable is to determine the amount of wasted space tolerated in a drawing file. It ensures that you are not retaining unnecessary “undo” data with every save. For more information look in your help files for “Isavepercent”.

The command line will let you know if you are in “diet” mode or if it has been turned off everytime you run this toggle.

Leave a Reply