Jump to content

Recommended Posts

Posted

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.JPG

FATTEDIT.LSP

FATTEDIT.DCL

Posted

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

Posted

Lee,

 

For tag names, I used wcmatch comparisons, not ( = ). So tag1*

could be used. Again it could be very dangerous. -David

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...