Jump to content
  • 0

Dual Dimension Default Precision Setting?


Bruce Kieffer

Question

4 answers to this question

Recommended Posts

  • 0

It looks like a bug, but here are two work arounds:

 

I appears that there are two preference which control the display of dimensions, The Fraction Precision and the Dimension Object Precision. You can see both of these plus the chain Icon to have them linked together in the  Units dialog box in the Dimensions tab. In the Dual Dimensions tab you can access the Fraction or Decimal precision, but not the Dimension object precision.

 

1.  Swap your dimensions to use the inches as the primary and mm at the dual.

 

2. Copy the following 2 lines into a new blank vectorscript and run it on your document. If you use a template file, it is probably enough to run it once on the template and have it carry over to all future files that come from that, but no guarantees. These two lines will set both the Fraction Precision and Dimension Object Precision for the secondary dimension to 1/32.

 

SetPrefLongInt(221,5);

SetPrefLongInt(222,5);

 

You might also want to submit a bug on this that the secondary dimension is not taking the proper display settings from the Units dialog box.

Link to comment

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
Answer this question...

×   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...