Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DIMZIN: What is the complete list of settings?

8 REPLIES 8
SOLVED
Reply
Message 1 of 9
Anonymous
1634 Views, 8 Replies

DIMZIN: What is the complete list of settings?

Anonymous
Not applicable

So I had a drawing which was not working at all correctly.  All my dimstyles were correct but "dim/update" would not display the 0 inches I wanted.  Turns out the DIMZIN was set to 8. However, I never in my life heard of this command/variable and had to do some serious digging to figure it out.

I ended up pulling a drawing I knew worked correctly- it's DIMZIN was 11. I reset the problem drawing to 11 and it works fine now. However, 11 is not listed as an option in the Autodesk list of options.

More curious, I pulled a metric drawing from another project: DIMZIN is 9.

So what is the complete list of all possible variables?

 

0 Likes

DIMZIN: What is the complete list of settings?

So I had a drawing which was not working at all correctly.  All my dimstyles were correct but "dim/update" would not display the 0 inches I wanted.  Turns out the DIMZIN was set to 8. However, I never in my life heard of this command/variable and had to do some serious digging to figure it out.

I ended up pulling a drawing I knew worked correctly- it's DIMZIN was 11. I reset the problem drawing to 11 and it works fine now. However, 11 is not listed as an option in the Autodesk list of options.

More curious, I pulled a metric drawing from another project: DIMZIN is 9.

So what is the complete list of all possible variables?

 

8 REPLIES 8
Message 2 of 9
Patchy
in reply to: Anonymous

Patchy
Mentor
Mentor

SETVAR then use ?

Enter

0 Likes

SETVAR then use ?

Enter

Message 3 of 9
Alfred.NESWADBA
in reply to: Anonymous

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

>> However, 11 is not listed as an option in the Autodesk list of options

Looking >>>to the help<<< you see these values about DIMZIN:

  • 0  Suppresses zero feet and precisely zero inches
  • 1  Includes zero feet and precisely zero inches
  • 2  Includes zero feet and suppresses zero inches
  • 3  Includes zero inches and suppresses zero feet
  • 4  Suppresses leading zeros in decimal dimensions (for example, 0.5000 becomes .5000)
  • 8  Suppresses trailing zeros in decimal dimensions (for example, 12.5000 becomes 12.5)
  • 12 Suppresses both leading and trailing zeros (for example, 0.5000 becomes .5)

And you should know that these values can be combined by just adding the values.

 

So 11 = 8+3, so 11 is the combined setting of:

3  Includes zero inches and suppresses zero feet

AND

8  Suppresses trailing zeros in decimal dimensions (for example, 12.5000 becomes 12.5)

 

HTH, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2024
------------------------------------------------------------------------------------

(not an Autodesk consultant)

Hi,

 

>> However, 11 is not listed as an option in the Autodesk list of options

Looking >>>to the help<<< you see these values about DIMZIN:

  • 0  Suppresses zero feet and precisely zero inches
  • 1  Includes zero feet and precisely zero inches
  • 2  Includes zero feet and suppresses zero inches
  • 3  Includes zero inches and suppresses zero feet
  • 4  Suppresses leading zeros in decimal dimensions (for example, 0.5000 becomes .5000)
  • 8  Suppresses trailing zeros in decimal dimensions (for example, 12.5000 becomes 12.5)
  • 12 Suppresses both leading and trailing zeros (for example, 0.5000 becomes .5)

And you should know that these values can be combined by just adding the values.

 

So 11 = 8+3, so 11 is the combined setting of:

3  Includes zero inches and suppresses zero feet

AND

8  Suppresses trailing zeros in decimal dimensions (for example, 12.5000 becomes 12.5)

 

HTH, - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2024
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 4 of 9
Anonymous
in reply to: Alfred.NESWADBA

Anonymous
Not applicable

Thanks but adding the integers is not that obvious.

0 Likes

Thanks but adding the integers is not that obvious.

Message 5 of 9
scot-65
in reply to: Anonymous

scot-65
Advisor
Advisor
command -DIMSTYLE "STatus"
???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.


0 Likes

command -DIMSTYLE "STatus"
???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.


Message 6 of 9
Anonymous
in reply to: Anonymous

Anonymous
Not applicable

Adding integers to obtain multiple settings is foundational to many programs.  And while it may not appear obvious to some, it's something with which you should become familiar.  Take a look at the OSMODE setting on your machine (type OSMODE and press enter)  It will show you the sum of the integer settings for your current running osnap setting.  A negative number means it's turned off.

 

OSMODE values

0 NONe
1 ENDpoint
2 MIDpoint
4 CENter
8 NODe
16 QUAdrant
32 INTersection
64 INSertion
128 PERpendicular
256 TANgent
512 NEArest
1024 QUIck
2048 APParent Intersection
4096 EXTension
8192 PARallel

 

With the above list an OSMODE of 3 means you have both ENDpoint and MIDpoint osnaps set, if you add CENter to the setting OSMODE will be 7, turn 'em ALL on and OSMODE = 15359

 

Capture.PNG

0 Likes

Adding integers to obtain multiple settings is foundational to many programs.  And while it may not appear obvious to some, it's something with which you should become familiar.  Take a look at the OSMODE setting on your machine (type OSMODE and press enter)  It will show you the sum of the integer settings for your current running osnap setting.  A negative number means it's turned off.

 

OSMODE values

0 NONe
1 ENDpoint
2 MIDpoint
4 CENter
8 NODe
16 QUAdrant
32 INTersection
64 INSertion
128 PERpendicular
256 TANgent
512 NEArest
1024 QUIck
2048 APParent Intersection
4096 EXTension
8192 PARallel

 

With the above list an OSMODE of 3 means you have both ENDpoint and MIDpoint osnaps set, if you add CENter to the setting OSMODE will be 7, turn 'em ALL on and OSMODE = 15359

 

Capture.PNG

Message 7 of 9

Kent1Cooper
Consultant
Consultant

@Alfred.NESWADBA wrote:

....

  • Includes zero feet and precisely zero inches
  • Includes zero feet and suppresses zero inches
  • Includes zero inches and suppresses zero feet
  • ...

.... these values can be combined by just adding the values.

....


@Anonymous is absolutely correct in Post 4 that it's not all that obvious, which is certainly because in fact it's not true in all respects of this particular System Variable, which for some incomprehensible reason operates differently from "standard" bit-code-based ones.  A value of 3 unequivocally does not give you a combination of the characteristics of values 1 and 2.  It may be true for certain other additive values, but not for every combination.

Kent Cooper, AIA


@Alfred.NESWADBA wrote:

....

  • Includes zero feet and precisely zero inches
  • Includes zero feet and suppresses zero inches
  • Includes zero inches and suppresses zero feet
  • ...

.... these values can be combined by just adding the values.

....


@Anonymous is absolutely correct in Post 4 that it's not all that obvious, which is certainly because in fact it's not true in all respects of this particular System Variable, which for some incomprehensible reason operates differently from "standard" bit-code-based ones.  A value of 3 unequivocally does not give you a combination of the characteristics of values 1 and 2.  It may be true for certain other additive values, but not for every combination.

Kent Cooper, AIA
Message 8 of 9
Anonymous
in reply to: Kent1Cooper

Anonymous
Not applicable

Thanks Kent, and good to see this coming from an "Autocad Expert Elite"!

0 Likes

Thanks Kent, and good to see this coming from an "Autocad Expert Elite"!

Message 9 of 9
ramcharger318
in reply to: Anonymous

ramcharger318
Advocate
Advocate

I agree, because it is not listed as BITCODE type, like OSMODE is.

ramcharger318_1-1723657070030.png

 

 

 

 

0 Likes

I agree, because it is not listed as BITCODE type, like OSMODE is.

ramcharger318_1-1723657070030.png

 

 

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report