mlcadman Posted January 24, 2011 Posted January 24, 2011 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? Quote
David Bethel Posted January 24, 2011 Posted January 24, 2011 That's a bit dangerous. It can lead to multiple problems. What is the end result that you are looking for? -David Quote
dbroada Posted January 24, 2011 Posted January 24, 2011 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. Quote
mlcadman Posted January 24, 2011 Author Posted January 24, 2011 I guess I didn't think about that. I dont want to do that so I will go a different direction.. Thanks Quote
alanjt Posted January 24, 2011 Posted January 24, 2011 Just make the unused attributes blank (put "" as the text string). 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.