Announcements
IMPORTANT. Forum in Read Only mode. You can no longer submit new questions or replies. Please read this message for details
Autodesk Architectural Desktop 2007 & Prior
Welcome to Autodesk’s Autodesk Architectural Desktop 2007 & Prior Forums. Share your knowledge, ask questions, and explore popular Autodesk Architectural Desktop 2007 & Prior topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

"exceeded maximum number of selection sets" error ??????

1 REPLY 1
Reply
Message 1 of 2
Anonymous
102 Views, 1 Reply

"exceeded maximum number of selection sets" error ??????

Anyone know why this happens to me?

Every now & then I will be using the 'copyM' (copy multiple command from
express tools) I get this "exceeded maximum number of selection sets" error.

What is does is, when I select an entity to copy it allows me to only copy
it over about two times then it just exits the command & gives me that error
text in the Command line. Normally it would allow me to copy the entity
over & over & over as much as I want???

Anybody know how I can make this problem go away?

Thanks,

Greg M. Price
1 REPLY 1
Message 2 of 2
Anonymous
in reply to: Anonymous

"Greg M. Price" wrote:

> Anybody know how I can make this problem go away?

Give this a try:

Terry

-------------------------------------------------------------------

; Select Set Identify & Clean
; Copyright 2001 DotSoft [http://www.dotsoft.com]

(defun c:ssclean ()
(setq ctr 0)
(setq lst (atoms-family 1))
(foreach sym lst
(if (= (type (eval (read sym))) 'PICKSET)
(progn
(setq ctr (1+ ctr))
(eval (read (strcat "(setq " sym " nil)")))
(princ (strcat "\nNullified (" (itoa ctr) "): " sym))
)
)
)
(gc)
(princ)
)

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

Post to forums  

Autodesk Design & Make Report