Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

dgorsman
en respuesta a: Anonymous

Annotative scaling may be hiding annotative blocks.  Might try ATTDISP setting as ON (usually as NORMAL, switch it back after).

 

FYI, the "incrementing number" for generating selection sets is nothing; it's just a sequentially generated ID.  You would assign the result to a LISP variable for walking through with (ssname ...), or perhaps counting with (sslength ...).  You might wrapping that (ssget ...) test call in the latter and see how many objects are actually in the drawing.

----------------------------------
If you are going to fly by the seat of your pants, expect friction burns.
"I don't know" is the beginning of knowledge, not the end.