TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Randomlygenerated on February 04, 2019, 02:17:37 AM

Title: LISP for generating a predefined attribute with pre-specified fields?
Post by: Randomlygenerated on February 04, 2019, 02:17:37 AM
Hi,
I'd like to be able to rapidly create an attribute for a block with the field object\name (thinking that that way I'd be able to have easy visual indication which nested blocks were exploded by losing their name).
Is there a LISP to easily create it with a click?
Thanks.
Title: Re: LISP for generating a predefined attribute with pre-specified fields?
Post by: tombu on February 04, 2019, 09:50:15 AM
See Lee Mac's code at: https://www.cadtutor.net/forum/topic/23999-blocks-name-to-field-based-on-existing-lisp/?tab=comments#comment-193782
Title: Re: LISP for generating a predefined attribute with pre-specified fields?
Post by: Randomlygenerated on February 04, 2019, 10:11:29 AM
Thank you thank you thank you! This is exactly what I needed.