TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Guest on March 23, 2007, 02:28:44 PM

Title: Hot Grips after block insertion
Post by: Guest on March 23, 2007, 02:28:44 PM
Is it possible to enable hot grips on a block after inserting it?  If so, how?
Title: Re: Hot Grips after block insertion
Post by: Guest on March 23, 2007, 02:40:00 PM
I figured it out (after CREATING a selection set - kinda hard to add stuff to something that doesn't exist).   :oops:


I added this after the INSERT command and now hot grips are enabled on the block - in this case, a dynamic block.
Code: [Select]
   (setq pickset1 (ssadd))
   (ssadd (entlast) pickset1)
   (sssetfirst nil pickset1)
Title: Re: Hot Grips after block insertion
Post by: whdjr on March 24, 2007, 10:42:48 AM
What are you going to do once the grips are hot?