Exporting text from unresolved drawing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've got an idea how to optimize my work but i'm not sure how to approach this problem.
I have a folder that contains around 100 drawings (sometimes more sometime less), all i want to do is to get a drawing number and drawing name from it to excel. My problem is that all those files are unresolved and model that the name comes from is not avaliable (name of the drawing is from the model).
This is my table, Drwg.No can be imported from Iproperty of a drawing "Part Number" but Title is from model.
I think it should be possible because inventor is storing the memory about title somewhere.
Is it possible to get those parameters from the outside of inventor? (for example using excel or python)
It would help so i don't have to open all of those drawings and run ilogic on them.
If not possible from outside, would it be possible to get it using Ilogic when all files are open?
At the end it should give me an excel looking like this
Thanks for help in advance! 😄