R
R.K. McSwain
Yes, I know about the limit of selection sets, and I have run the various lisp routines found here that iterate the (atoms-family 0) list and delete 'PICKSET symbols.
But each time this happens, there are never any selection sets found, so trying to set open ones to nil doesn't solve the problem because there aren't any. The only remedy is to close the drawing and re-open.
Is it possible to have "anonymous, unnamed" selection sets that are not available via (atoms-family)?
Are selection sets created with ObjectARX applications included in the limit of 128?
If so, are these available via (atoms-family)?
Would the total number of symbols have any effect?
(length (atoms-family 0)) returns 6345 in one particular drawing (with ZERO selection sets)
Any other thoughts?
Basically, I'm trying to figure out how to access these selection sets so that I can find out what application created them.
TIA
But each time this happens, there are never any selection sets found, so trying to set open ones to nil doesn't solve the problem because there aren't any. The only remedy is to close the drawing and re-open.
Is it possible to have "anonymous, unnamed" selection sets that are not available via (atoms-family)?
Are selection sets created with ObjectARX applications included in the limit of 128?
If so, are these available via (atoms-family)?
Would the total number of symbols have any effect?
(length (atoms-family 0)) returns 6345 in one particular drawing (with ZERO selection sets)
Any other thoughts?
Basically, I'm trying to figure out how to access these selection sets so that I can find out what application created them.
TIA