Drawing dimension not rounding when 2 digit precision selected

Drawing dimension not rounding when 2 digit precision selected

Anonymous
Not applicable
435 Views
2 Replies
Message 1 of 3

Drawing dimension not rounding when 2 digit precision selected

Anonymous
Not applicable

Hello,

I am creating a drawing for a part and when I select 2 digit precision (in a value such as 1.035) the displayed value is 1.03 and I want 1.04. In the same situation, I have noticed that when the value is 1.038 it will display as 1.04. Is there a setting somewhere that controls this dimension rounding?

Thanks,

Mike

0 Likes
436 Views
2 Replies
Replies (2)
Message 2 of 3

HughesTooling
Consultant
Consultant

@Anonymous wrote:

Hello,

I am creating a drawing for a part and when I select 2 digit precision (in a value such as 1.035) the displayed value is 1.03 and I want 1.04. In the same situation, I have noticed that when the value is 1.038 it will display as 1.04. Is there a setting somewhere that controls this dimension rounding?

Thanks,

Mike


 

Don't think there's a round up option. What you'll probably find is your 1.035 dimension is actually something like 1.0349 if you go to more decimal places so it displays as 1.035 rounded to 3 places but rounds to 1.03 for 2 places.

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes
Message 3 of 3

HughesTooling
Consultant
Consultant

Just in case it helps anyone, you can force a round up in the model workspace using a parameter. So for 2 places use  ceil with the value multiplied by 100 then divide the result by 100.

image.png

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes