Message 1 of 3
What's the easiest way to read a title block, so I can index it in a search engine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi -
I'd like to extract information from AutoCAD so users can search through thousands of .dwg files. I think to start I just want to see what i can grab from a title block and index.
"Data extraction" seems to do exactly what I want, but that's an interactive process. I need to automate this, due to the number of files.
There seem to be a ton of possible approaches.
1. .net sdk/activeX
2. Lisp
3. Somehow run extraction from accoreconsole
4. Third party libraries like libreDWG
I'm just starting to look into this, and not very familiar with AutoCAD, so any suggestions for how to proceed are appreciated.