09-17-2018
09:33 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
09-17-2018
09:33 AM
When all Layers are thawed, command SELECT, option ALL,
You will see the counting of ALL top-level objects in your DWG (all spaces)
Or for only the current space also possible:
When the number of objects fewer then your PROPOBJLIMIT (max.32767) you can see the count in your properties palette (CTRL+1)
If there are more objecs and you have full version of AutoCAD, use this "command" (sslength(ssget "_X")).
In both versions, Full< also possible after selection by CTRL+A: Start command MOVE or Copy or similar,
you can cancel the command then, the answer is written in commandline [F2]
______
Sebastian