See the top rated post in this thread. Click here

Results 1 to 7 of 7

Thread: Unable to change Dimscale

  1. #1
    All AUGI, all the time
    Join Date
    2009-11
    Location
    Raleigh, NC
    Posts
    943
    Login to Give a bone
    0

    Default Unable to change Dimscale

    I am creating two base templates for my new company. I am trying to purge all unnecessary first. One of the first things I do is redefine some of the system variables such as dimscale.

    I want to set dimscale to 1 in both the Existing.dwt and the Site.dwt I cannot change the dimscale from 0.0 What is causing that system variable to be locked?

  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Unable to change Dimscale

    Like me your current Dimension Style is probably Annotative. I'd avoid ever modifying any Dimension variables that would affect the current Dimension Style. Why are you wanting to modify it anyway?

  3. #3
    All AUGI, all the time
    Join Date
    2009-11
    Location
    Raleigh, NC
    Posts
    943
    Login to Give a bone
    0

    Default Re: Unable to change Dimscale

    Not trying to modify a dimstyle. I am creating a Civil 3D template that has Dimscale, ltscale, msltscale and psltscale all default as 1. that way it wont play trick with the annotative balance.

    Dimscale not dimstyle is 0.0. Never seen that and I cant change it to 1.

  4. #4
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    1

    Default Re: Unable to change Dimscale

    Have you tried making a Dimstyle that isn't Annotative current and seeing what dimscale is set to?
    Modifying Dimension variables create overrides in the current Dimension Style. Good reason to not do it!
    The reason you cannot modify dimscale now is because you cannot assign it to an Annotative dimension style.

    What is it you're really trying to do here?

  5. #5
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    1

    Default Re: Unable to change Dimscale


  6. #6
    All AUGI, all the time
    Join Date
    2009-11
    Location
    Raleigh, NC
    Posts
    943
    Login to Give a bone
    1

    Default Re: Unable to change Dimscale

    I see. When I changed the dimstyle to one that was not annotative then I have the option to set dimscale to 1

  7. #7
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: Unable to change Dimscale

    I use Lee Mac's Steal from Drawing to import Dimension Styles from my default template file with this macro:
    Code:
    ^C^C^P(or C:Steal (load "StealV1-8.lsp"))(Steal (strcat (vl-filename-directory (getenv "QnewTemplate")) (chr 92) "AutoCAD Template" (chr 92) "Templates.dwt") '(("Dimension Styles"("*"))))) .regen
    It could easily be added to acaddoc.lsp and used to import the Dimension Styles you prefer from one of your templates if what you want is to have them available in whatever drawing you open.

    Creating Dimension Style overrides to the current style by modifying a Dimension variable looks messy and can be unpredictable especially when copying from one drawing to another.

Similar Threads

  1. 2013 Unable to change grid spacing
    By vanderloo5 in forum 3ds Max - General
    Replies: 0
    Last Post: 2013-04-16, 12:01 AM
  2. DIMSCALE to change Dimension Style
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 2
    Last Post: 2012-05-18, 11:55 AM
  3. Unable to Change Baluster Material
    By qetuo_s in forum Revit Architecture - General
    Replies: 2
    Last Post: 2010-03-15, 02:36 PM
  4. Change child DIMSCALE w/ macro?
    By esdeyo in forum AutoCAD Customization
    Replies: 1
    Last Post: 2008-12-19, 08:48 PM
  5. Unable to change menus in a custom Workspace
    By timothyjturner in forum AutoCAD CUI Menus
    Replies: 2
    Last Post: 2007-05-09, 04:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •