Results 1 to 4 of 4

Thread: Units reverting to Architectural / Imperial

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2004-08
    Posts
    1
    Login to Give a bone
    0

    Default Units reverting to Architectural / Imperial

    Can anyone help with my current dilemma?

    Using ADT 3.3, every time I open a drawing, the units revert to Architectural (feet and inches) either immediately or after a short period of time. I have checked all the settings, changing all `units` to decimal. This has happened with most if not all drawings I have opened (ie not happening with 1 specific drawing).

    Please help as this problem is costing a lot of drafting time and effort, not to mention trying my patience!!

    Cheers

    Bill Johnston

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Units reverting to Architectural / Imperial

    Hi Bill

    Please note I've *moved* this Topic (Thread) from the AutoCAD General Forum to this one as I believe it would be better served here.

    Thanks, Mike

    Forum Moderator

  3. #3
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Units reverting to Architectural / Imperial

    Hi

    Check out the following Technical Document on the Autodesk web site under the Knowledge Base section -

    ID: TS66008 - Drawing settings are overridden

    Have a good one, Mike

  4. #4
    Administrator richard.binning's Avatar
    Join Date
    2015-12
    Location
    In the foothills of the appalachians
    Posts
    2,261
    Login to Give a bone
    0

    Default Re: Units reverting to Architectural / Imperial

    A good final check is to verify the settings for two of the variables that control metric vs imperial drawings. Verify that:

    MEASUREMENT
    MEASUREINIT

    Are both set correctly and you should see this problem go away. I have added a little notification update to my MODEMACRO function in the window so that it displays "Imperial" or "Metric" for the user automatically as shown below.

    Code:
     
    ;; Set Window Information
    (SETVAR "modemacro" (STRCAT "LAYER=$(GETVAR,CLAYER)  UNITS: $(IF, $(=, $(getvar,MEASUREMENT),0),IMPERIAL,METRIC)  SCALE=$(GETVAR,DIMSCALE)"))
    Place the above code in your acaddoc.lsp for automatic loading.

Similar Threads

  1. Change Units From imperial to metric
    By GrD in forum AutoCAD Structural Detailing
    Replies: 2
    Last Post: 2013-10-12, 02:14 PM
  2. Imperial Units to Metric Units
    By BASE in forum Revit Structure - General
    Replies: 2
    Last Post: 2009-12-03, 11:25 PM
  3. Replies: 4
    Last Post: 2007-12-10, 07:03 PM
  4. Replies: 12
    Last Post: 2006-12-14, 09:04 PM
  5. Units and Dimension Style Reverting
    By michaelk.66774 in forum AutoCAD General
    Replies: 1
    Last Post: 2004-10-29, 09:04 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
  •