DGCSCAD
in reply to: ezervas

You can control the visibility of selection sets using sssetfirst.

 

Edit: d'oh! Didn't see BeekeeCZ 's post. 

 

 

(defun c:hand_sel ()
(setq ss_hands (ssadd))
(setq hand_list (list "a1" "a2" "a3"));<-----Set your Handles from the CSV file here
(foreach n hand_list (ssadd (handent n) ss_hands))
(sssetfirst nil ss_hands)
(princ)
)

 

 

AutoCad 2018 (full)
Win 11 Pro