lsbkkb Posted October 14, 2014 Posted October 14, 2014 I am new to lisp routines and I have read the posts, but I can not get the lisp to make both names the same, the anonymous block and the effective block names. I think I am missing something. Quote
irneb Posted October 15, 2014 Posted October 15, 2014 I am new to lisp routines and I have read the posts, but I can not get the lisp to make both names the same, the anonymous block and the effective block names. I think I am missing something. Those cannot be the same. It's a physical impossibility if any of the DB parameters are changed from the original definition. That's how ACad works with DBs. When a parameter is adjusted ACad actually makes a "new" block definition, calls it some "anonymous" name and refers it to "point" to the original definition through that EffectiveName property. If you change the Name property back to the EffectiveName then you'd basically be clearing any changes to the DB parameters. 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.