Urgent: Extract graph coordinates from .dwg file

Urgent: Extract graph coordinates from .dwg file

dPW6UZ
Observer Observer
307 Views
4 Replies
Message 1 of 5

Urgent: Extract graph coordinates from .dwg file

dPW6UZ
Observer
Observer

Hello all,

 

I am looking to extract graph coordinates preferably in the units of the attached graph (Index, Weight) to an Excel file. So far, I have only been able to extract coordinates with respect to the origin (0,0) using the "DATAEXTRACTION" method. Can AutoCAD provide this data or is there a workaround?

dmenezesPW6UZ_0-1743599981832.png

 

 

Thank you!

0 Likes
308 Views
4 Replies
Replies (4)
Message 2 of 5

ВeekeeCZ
Consultant
Consultant

Make it a block, adjust x and y scales to match the global coordinates, move to 0,0... explode it and use DE.

Message 3 of 5

TheCADnoob
Mentor
Mentor

AutoCAD out of the box is not built for that.

 

You would have to determine the origin of the graph and determine the scale of the graph in relation to the units. Once you have that you can apply the differences and apply them to your extracted data. 

 

 

CADnoob

EESignature

0 Likes
Message 4 of 5

dPW6UZ
Observer
Observer
Thank you for your prompt response! Does another software have a direct solution for this?
0 Likes
Message 5 of 5

TheCADnoob
Mentor
Mentor

look into @ВeekeeCZ suggestion, Its a pretty good idea. 

 

Aside from that the direct solution is to get the raw data from the creator. 

 

Not to mention you have probably already spent more time trying to figure out the easy button that it would have take for you just to hand calculate the values. Is this something you have to do regularly?

CADnoob

EESignature

0 Likes