confutatis
Guest
...remaining that the selected entities with ssget "x" or "_a" belong to the current layout.
@joseph
great info, thank you! :finger:
@joseph
great info, thank you! :finger:
I had some doubt about ssget behavior with the options "x" and "_a", without and with filters.to andrea, which seems very interested in the topic, to supplement what has specified termin.., excuse, confutatis:
(ssget "_x") selects all the main objects of the database, even outside the screen, even places on deactivated and/or frozen floors.
However, there is an undocumented option of ssget:
(setq pts (ssget "_a))) that selects all the objects of the database (such as ssget "x"), except those located on frozen floors.
Hi.