Search the Community
Showing results for tags 'dimscale'.
-
Sorry if this thread has been posted before. Is it possible to have a lisp that when using “TM” in model space it changes to paper space and adjusts the Dimscale to 1 and Ltscale to 10. Then when using “TM” again it changes to model space but uses the same dimscale and ltscale that it was se...
-
Just need some help with a simple routine that I starting tweaking. Originally the routine was written to enter text and sized it based on the DIMSCALE. It also featured an option to type "A" after you typed DTEXT, to be able to add lines to the specific line of text selected. The problem I am h...
-
Hey guys, The other day I switched machines at work, I am now using Windows & (64bit) with AutoCAD 2012 (+ ProSteel). Since making the leap... I have noticed that there is something (my guess is that a LISP routine is the culprit) is altering my DIMSCALE sysvar... setting it to 1. So... I'm...
-
Why will this (getvar 'dimscale) not work on windows 7?
clint0577 posted a topic in AutoLISP, Visual LISP & DCL
This works just fine on the other computers but the 2 computers running windows 7 won't work. It's supposed to reat 1" = 20' when ran but it reads 1" = ' on the computers running 7 (defun c:dsc () (setq DS (rtos (getvar 'dimscale))) (setq dwg-SCALE (substr DS 1 (- (strlen DS) 5))) (SETQ DTE (S... -
Hi, I am using AutoCad 2010 Lt. When dimensioning parts the size of the dimension is very very small, i change the dimension style to Annotation and change the Annotation scale down the bottom right hand side then click linear dimension and it hasn't changed the size ? Sometimes it seems t...