Deleting un-used block attribu
I am looking for some help.. I have a program that inserts a block and within that block there are many attributes. I would like to then have my program delete the un-used attributes. Can someone get me pointed in the right direction? That's a bit dangerous.It can lead to multiple problems.What is the end result that you are looking for?-David why do you want to do this?
Once you have the block in the drawing with however many attributes you end up with, you won't be able to insert that block again with a different number of attributes. If you write the code to delete the unused attributes on insertion and your newly inserted block has fewer attributes than your previous block the previous block will be re-defined to the lower number of attributes.
Having said all that it shouldn't be too hard but I have forgotten all the LISP I ever knew so I'll let somebody else answer your question. I guess I didn't think about that. I dont want to do that so I will go a different direction.. Thanks Just make the unused attributes blank (put "" as the text string).
页:
[1]