PDA

View Full Version : Lisp without loading a dwg


clovis
2006-06-29, 08:21 AM
Hello,
I'd like to extract the dwg title information in a txt file without opening the dwgs to be faster.
I have around 5000 dwg to open.
How can I do that?
(maybe a link to a tutorial)
Thanks

T.Willey
2006-06-29, 04:58 PM
You want to search the titleblock of the drawing, without opening the drawing? If that is correct, or something like that, you could use ObjectDBX. Let me see if I can find a post about it...... be back....

Found it here. (http://forums.augi.com/showthread.php?t=33443&highlight=ObjectDBX)

clovis
2006-07-04, 04:01 PM
YES that's exactly what I'm looking for !!
Thanks