Moving a point rounds down its coordinates
Moving a point rounds down its coordinates
(OP)
Hello fellow NX'ers
I 've encountered a strange behavour of NX, or at least it seems strange to me.
Let's say you create an associative point with parameters:
X=1.234567890
Y=0.000000000
Z=0.000000000
Then you move this point , lets say 1mm in Y direction.
( either by edit-trandform/edit-moveobject or stretch curve)
You would expect the parameters to change to:
X=1.234567890
Y=1.000000000
Z=0.000000000
Instead the parameters become:
X=1.234570000
Y=1.000000000
Z=0.000000000
so it's rounded the coordinate down.
Why is that?
Could it be some tolerance setting I could change?
Thanx for any replies.
I 've encountered a strange behavour of NX, or at least it seems strange to me.
Let's say you create an associative point with parameters:
X=1.234567890
Y=0.000000000
Z=0.000000000
Then you move this point , lets say 1mm in Y direction.
( either by edit-trandform/edit-moveobject or stretch curve)
You would expect the parameters to change to:
X=1.234567890
Y=1.000000000
Z=0.000000000
Instead the parameters become:
X=1.234570000
Y=1.000000000
Z=0.000000000
so it's rounded the coordinate down.
Why is that?
Could it be some tolerance setting I could change?
Thanx for any replies.





RE: Moving a point rounds down its coordinates
I just tested this using NX 7.5.2.5 and the value of X did NOT change when I moved the Point 1mm in the Y direction.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Moving a point rounds down its coordinates
thank you for your reply.
I have NX3, NX5 and NX6 installed.
In all these version , I notice this phenomenon.
So probably it was solved in NX7.5 , or do you think it is a settings issue?
Regards,
RE: Moving a point rounds down its coordinates
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Moving a point rounds down its coordinates
i can reproduce it in NX4 and NX7.5.1.5, see pdf doc attached. Made it with NX7.5.
Best regards,
Michäël.
NX4+TC9 / NX6+TC8Unified / NX7.5 native
RE: Moving a point rounds down its coordinates
I've attached a testfile I made in NX5.0
Could you give this one a try.
Any transform operation seems to reset the precision to 0.00001
If anyone else feels like trying, curious if I'm a lone freak in this behavour.
Regards
RE: Moving a point rounds down its coordinates
Prefernces -> User Interface -> General
...and check the value you have set for 'Displayed Decimal Places' - 'Information Window'. If not already, try setting this to 11 or greater.
Note that this setting has NO impact whatsoever on what NX stores in terms of the database, but rather only controls the number of decimal places used when displaying information.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Moving a point rounds down its coordinates
@John: Sorry that doesn't solve it. anyway it's not an issue of precision in the information window. The actual expression is rounded down. (visible in the expression editor)
Best regards,
Ronny Ceulemans
Bosal Research
( NX3 / NX5 / NX6 )
RE: Moving a point rounds down its coordinates
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Moving a point rounds down its coordinates
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Moving a point rounds down its coordinates
Thanx for your support.
Just FYI here 's how I encountered the behavour.
I have some models op bent pipes which are models based on unassosiative "dumb" points.
I was trying to change this by replacing these points with new associative points, but instead of inputting the coordinates I deemed it easier to create a point randomly and move it to the location required.
That's when I noticed the coordinates got rounded down.
I 'll use the more "labour"-intensive inputting method for now
Best regards,
Ronny Ceulemans
Bosal Research
( NX3 / NX5 / NX6 )
RE: Moving a point rounds down its coordinates
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.