TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: whdjr on February 05, 2008, 11:19:18 AM

Title: How to iterate to find objects that reference a font?
Post by: whdjr on February 05, 2008, 11:19:18 AM
What is the procedure to find all items in a dwg that reference a specific font?

I was thinking tblsearch and/or tblnext but either I don't have the syntax right or that's not the right way.
Title: Re: How to iterate to find objects that reference a font?
Post by: T.Willey on February 05, 2008, 11:22:45 AM
Here is how I did it. (http://www.theswamp.org/index.php?topic=17659.0)
Title: Re: How to iterate to find objects that reference a font?
Post by: whdjr on February 05, 2008, 11:28:35 AM
I DL'd that and then I forgot to go look at it.  I'll do that now.
Title: Re: How to iterate to find objects that reference a font?
Post by: whdjr on February 05, 2008, 11:31:33 AM
Dude,  I got to looking at your code and it looked it would work for me.  I ran it and presto my problems are solved.  Thank You very much.   :-)
Title: Re: How to iterate to find objects that reference a font?
Post by: T.Willey on February 05, 2008, 11:47:20 AM
Dude,  I got to looking at your code and it looked it would work for me.  I ran it and presto my problems are solved.  Thank You very much.   :-)
Glad it worked for you.  You're welcome.
Title: Re: How to iterate to find objects that reference a font?
Post by: GDF on February 05, 2008, 03:21:36 PM
Here is how I did it. (http://www.theswamp.org/index.php?topic=17659.0)

Tim

Do not know how i missed this one...
Outstanding code. I can sure make use of this one. Thank you for sharing it. We have old drawing files that need updating and this sure makes a quick job of it. The DCL file interface is fine by me.

Gary
Title: Re: How to iterate to find objects that reference a font?
Post by: T.Willey on February 05, 2008, 03:48:53 PM
Here is how I did it. (http://www.theswamp.org/index.php?topic=17659.0)

Tim

Do not know how i missed this one...
Outstanding code. I can sure make use of this one. Thank you for sharing it. We have old drawing files that need updating and this sure makes a quick job of it. The DCL file interface is fine by me.

Gary
I try and sneak some through.   :-)

Glad you can use it, and are happy enough with the dcl.  I know how to love to change dcl files.  :wink: