Save this as a *.LSP file and add it to your startup suite.
Code:(defun C:TLM (/ ) (command "._tilemode" "0") )
Registered forum members do not see this ad.
Hi,
I would like to have all the time the "tilemode" on "0" but when I open a new dwg is still "1" ... even if I save a new pofile in "option profile" and set current
Have yo got a idea???
Tx
Save this as a *.LSP file and add it to your startup suite.
Code:(defun C:TLM (/ ) (command "._tilemode" "0") )
Tannar Frampton | Facilities Engineering | Revit 2013
Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio
So, you are wanting to be in paperspace when you open a drawing? If you put this in your startup, it will switch your tilemode to 0.
Code:(setvar "tilemode" 0)
DropBox | finding the light...
Seann: ...it went crazy ex-girlfriend on me...
eric_monceaux...its pretty funny seeing two AutoCAD Gods give each other flak...
Registered forum members do not see this ad.
Right,
I'm gonna try
thx a lot
Bookmarks