Jump to content

Quicker way to Change Overall Dimension Scale?


Recommended Posts

Posted

Hi Everyone! Does anyone know of a quicker way to change the overall linetype scale than using the 'modify properties' dialogue box that comes with Autocad 2008? I've attached an image that specifically shows what I am trying to change, but I get tired of always having to scroll down in the box to find this variable. I would love to have something simple like the old DDCHPROP dialogue box (see smaller image). Does anyone know of a LISP routine or something where I click on the toolbar button, and simply change the overall scale without having to navigate through the native one? Thanks in advance for your help!2013-04-19_114732.jpg

2013-04-19_114756.jpg

Posted

On the command line, if you type in 'dimscale' you can set the value to whatever it is you want. Hope this helps.

Posted

You could do this in your QUICK PROPERTIES palette, although I am not sure if you have them in 2008.

Unlike in the regular PROPERTIES, you set them up to display ONLY the information which you want

displayed for the many different entity types, and they can all be different.

The issue you are describing is the reason that I almost never go to PROPERTIES, and always

have QUICK PROPERTIES open, as I have customized the display parameters for all of the

different entity types. You can have as little or as much information included as you feel is needed

and the display can follow your cursor or be static, as you choose.

 

Apples and oranges maybe?

If I want to change my overall LINETYPE SCALE I enter LTS at the commandline, enter

a value, and all done.

Posted
You could do this in your QUICK PROPERTIES palette, although I am not sure if you have them in 2008.

Unlike in the regular PROPERTIES, you set them up to display ONLY the information which you want

displayed for the many different entity types, and they can all be different.

The issue you are describing is the reason that I almost never go to PROPERTIES, and always

have QUICK PROPERTIES open, as I have customized the display parameters for all of the

different entity types. You can have as little or as much information included as you feel is needed

and the display can follow your cursor or be static, as you choose.

 

Apples and oranges maybe?

If I want to change my overall LINETYPE SCALE I enter LTS at the commandline, enter

a value, and all done.

Thanks Dadgad. I didn't realise that you could add to the display in the quick properties. This is super because I love quick properties.

Posted (edited)
Thanks Dadgad. I didn't realise that you could add to the display in the quick properties. This is super because I love quick properties.

 

Excellent! Very glad to hear that, as I feared I might be well off the mark.

You can control whether it opens for any entity you select, or for only those entities

which you have customized.

You can also adjust cursor proximity display, distance and or quadrant, or static.

It also is a very good way to filter entities. If for instance you select all of the entities in your

drawing, those entities are then broken down into subgroups by entity, making it very easy to change

the size of all the mtext, or the dimstyle of all the dimensions, or the radii of all the circles, so many

different ways to use it. Just take ten minutes and go through the whole list of entity types and

specify which properties you deem important enough to want to display on the quick properties palette,

for each different entity type. :beer:

Yet another way to go, for those who might find it distracting at times, is to make the palette transparent, unless moused over, although I am having trouble finding that option at the moment. AH, got it, see the second attachment.

Options for quick properties display.JPG

setting palette transparency with shortcut menu.jpg

Edited by Dadgad
Posted

I use this

(defun c:ds () (command "dimscale") (princ))

Posted
Excellent! Very glad to hear that, as I feared I might be well off the mark.

You can control whether it opens for any entity you select, or for only those entities

which you have customized.

You can also adjust cursor proximity display, distance and or quadrant, or static.

It also is a very good way to filter entities. If for instance you select all of the entities in your

drawing, those entities are then broken down into subgroups by entity, making it very easy to change

the size of all the mtext, or the dimstyle of all the dimensions, or the radii of all the circles, so many

different ways to use it. Just take a half an hour and go through the whole list of entity types and

specify which properties you deem important enough to want to display on the quick properties palette,

for each different entity type. :beer:

Yet another way to go, for those who might find it dstracting at times, is to make the palette transparent, unless moused over, although I am having trouble finding that option at the moment. AH, got it, see the second attachment.

Good to know all that. I certainly will be going through the list and customising it as soon as I get the chance. 8)

Posted

Dadgad,

One more quick one. How do you get the 'system variables' dialogue box to appear? The one you have shown in your second image.

Posted

SYSVDLG is the command to open the system variable dialog, which is a veritable goldmine.

 

Remember to save a .SVF (system variable file, use the button at the bottom of the dialog window) before you go too nuts, as it is always a good

thing to be able to restore all of your favorite settings without the need to go through

the complete list of a zillion different variables, in case of a catastrophic crash, or if you want to be able

to easily replicate your preferences on another machine.

Posted
SYSVDLG is the command to open the system variable dialog, which is a veritable goldmine.

 

Remember to save a .SVF (system variable file, use the button at the bottom of the dialog window) before you go too nuts, as it is always a good

thing to be able to restore all of your favorite settings without the need to go through

the complete list of a zillion different variables, in case of a catastrophic crash, or if you want to be able

to easily replicate your preferences on another machine.[/quote

Thanks for that.:)

Posted
SYSVDLG is the command to open the system variable dialog, which is a veritable goldmine.

 

Remember to save a .SVF (system variable file, use the button at the bottom of the dialog window) before you go too nuts, as it is always a good

thing to be able to restore all of your favorite settings without the need to go through

the complete list of a zillion different variables, in case of a catastrophic crash, or if you want to be able

to easily replicate your preferences on another machine.[/quote

Thanks for that.:)

 

I am a big fan of tweaking system variables to suit personal work preferences,

but once I have them in the sweet zone, I don't want to have to remember all of them,

nor go through the whole list down the road when the inevitable happens.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...