Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Add selection set

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
210 Views, 2 Replies

Add selection set

Hello all,

If I copy or mirror a selection set, how do I go about adding the new
entities to the original selection set?

TIA

Steve
2 REPLIES 2
Message 2 of 3
BillZ
in reply to: Anonymous

Not sure if this is exactly what you want but it's a way to gather everything new after a mirror or copy.

(setq e (entlast)) Then copy ss entities. Then: (while (setq e (entnext e))(ssadd e s1)) BillZ

HTH

BillZ
Message 3 of 3
Anonymous
in reply to: Anonymous

That, Bill, is exactly what I wanted.
Thanks,

Steve

"BillZ" wrote in message
news:f12bce7.0@WebX.maYIadrTaRb...
Not sure if this is exactly what you want but it's a way to gather
everything new after a mirror or copy.
(setq e (entlast)) Then copy ss entities. Then: (while (setq e (entnext
e))(ssadd e s1)) BillZ
HTH
BillZ

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost