Quote:
Originally Posted by zno
Hey guys!
My questions is, has anyone on this forum heard of a way to import AutoCAD data with the help of some iOS library?
Or just some tips on where to start(maybe somebody has done something similar in just a different language)
Thanks!
|
The answer really depends on what sort of AutoCAD data you want to import. You can export your AutoCAD data into a number of formats that are supported by iOS. The limitations will likely be what you are able to do with the data in iOS based on the export format.
For instance, you can export points from an AutoCAD drawing like so:
CAD Forum - How to export object XYZ coordinates from AutoCAD drawing?
Into a text file. You could then conceivably build you iOS app to read these points and do something with them (e.g. draw them to the screen and then connect the points with lines to re-create a drawing).
James