David Bethel Posted February 8, 2010 Posted February 8, 2010 Lee, I don't know if your global attrib app handles filtering. I finished this up from a rough snippet that I've used a long time. I allows combined filtering of the INSERTs and ATTRIButes This is not intended for novice users. It can and will wipe out a lot of data if you misuse it. AS IS!! -David Screen shot: edit all WCS INSERTs on lay PD, in Modelspace, with X scale of 1 with a tag name STRING, colored 3 to a new value of 122" FATTEDIT.LSP FATTEDIT.DCL Quote
Lee Mac Posted February 8, 2010 Posted February 8, 2010 Nice one David, My current attrib editor only matches exact block names/tags (in multiple drawings) - and it currently can only update multiple attributes in a single block (this is not a limitation of the code used to update the attribute, but just that I haven't figured out a way to make a DCL to handle multiple tags in multiple blocks and still make it clear and easy to use). I can see the danger in your program for those who are amateur with wildcards - but it could be very quick in the right hands Lee Quote
David Bethel Posted February 8, 2010 Author Posted February 8, 2010 Lee, For tag names, I used wcmatch comparisons, not ( = ). So tag1* could be used. Again it could be very dangerous. -David Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.