set decimal places for the length measure
set decimal places for the length measure
(OP)
Hello,
I am measuring length between two points and length= 0.6789 mm. i need decimals to be round off to two places i.e 0.68mm
I tried with setting preference-- user interface preferences -- displayed decimal places it worked for information window and showed in the notepad as 0.68mm but displayed as 0.6789mm on NX screen
I am using NX8..
Please can any body help me?
Thx
BGD
I am measuring length between two points and length= 0.6789 mm. i need decimals to be round off to two places i.e 0.68mm
I tried with setting preference-- user interface preferences -- displayed decimal places it worked for information window and showed in the notepad as 0.68mm but displayed as 0.6789mm on NX screen
I am using NX8..
Please can any body help me?
Thx
BGD





RE: set decimal places for the length measure
truncated_value=(round(value*100))/100
The "100" value can be replaced by any multiple of ten to control the number of decimal points.
RE: set decimal places for the length measure
www.nxjournaling.com
RE: set decimal places for the length measure
I changed in preferences also. but no desired results
Unable to change with desired decimals
Please see the attached image.
UG NX 8
Thx#
BGD
RE: set decimal places for the length measure
I started a new file and created a line then copied it in the X direction by 9.87654321mm. Below are the results I get:
Dialog box displayed decimal places = 2
Dialog box displayed decimal places = 4
www.nxjournaling.com
RE: set decimal places for the length measure
Note that the 'measurement' will remain visible until you do a display 'Refresh'.
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: set decimal places for the length measure
Thanks John..
Thanks every body
BGD