Author Topic: Mouse coordinates and point list coordinates issue?  (Read 10264 times)

Offline nivagc

  • Ewok
  • *
  • Posts: 14
    • View Profile
Mouse coordinates and point list coordinates issue?
« on: January 12, 2015, 19:00:38 pm »
Hi All,

I have a problem!!
Attached is a digitized engine sump I’m sand casting of which I need exact coordinates.
Question?

Are the mouse coordinates (bottom right) an exact position?

Zoom in on point list (11576) and according to the Mouse position it’s X 0, Y –198.0470
However in the Points list (collection) on the right preview plane it states X –3.42494000630737E-05 Y –198.047061966102

As you can see the Y is not far off however the X is.

What is the problem, how can I get the complete drawing to move to Point list (11572 and 11576) to X position 0?

I hope this makes sense

Many thanks for any ideas

Gavin

Offline EddyCurrent

  • CNC Jedi
  • *****
  • Posts: 5322
  • Made in England
    • View Profile
Re: Mouse coordinates and point list coordinates issue?
« Reply #1 on: January 12, 2015, 19:34:32 pm »
I think it's because Z has a negative value at that point and it is giving the mouse a wrong value for x. If you set 'snap to grid' to False, the reading becomes more accurate because it is not snapping to the nearest point.
To move the whole drawing so that a pont is on X0, Y0, make sure 'snap to grid' is set to TRUE, select everything by dragging a mouse box over them, select Edit --> Transform --> Move , click on the point you want to centre then move the mouse until it snaps to X0, Y0
Hope I've got your requirement right.
« Last Edit: January 12, 2015, 19:36:09 pm by EddyCurrent »
Filmed in Supermarionation

Offline dwc

  • CNC Jedi
  • *****
  • Posts: 549
    • View Profile
    • corson.ch
Re: Mouse coordinates and point list coordinates issue?
« Reply #2 on: January 12, 2015, 21:20:42 pm »
Nah... just read what it wrote:

X –3.42494000630737E-05 Y –198.047061966102

which is scientific notation for

X –0.0000342494000630737 Y –198.047061966102

If you ask me that is damn close to X 0, Y-198.0470, just round to 4 places.

After the "E" it tells you how many places to move the decimal point, negative moves to the left, positive to the right.

Best,
Don


Offline EddyCurrent

  • CNC Jedi
  • *****
  • Posts: 5322
  • Made in England
    • View Profile
Re: Mouse coordinates and point list coordinates issue?
« Reply #3 on: January 12, 2015, 21:23:05 pm »
Ha ha I failed to see the scientific notation, that explains it.
Filmed in Supermarionation

Offline nivagc

  • Ewok
  • *
  • Posts: 14
    • View Profile
Re: Mouse coordinates and point list coordinates issue?
« Reply #4 on: January 14, 2015, 06:31:15 am »
Hey guys,

Thank you so much for your reply's.

As they say "you learn something every day"!