Author Topic: Hot Grips after block insertion  (Read 2616 times)

0 Members and 1 Guest are viewing this topic.

Guest

  • Guest
Hot Grips after block insertion
« on: March 23, 2007, 02:28:44 PM »
Is it possible to enable hot grips on a block after inserting it?  If so, how?

Guest

  • Guest
Re: Hot Grips after block insertion
« Reply #1 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)

whdjr

  • Guest
Re: Hot Grips after block insertion
« Reply #2 on: March 24, 2007, 10:42:48 AM »
What are you going to do once the grips are hot?