Cristallo
Guest
in lisp (not visual) I can get the name of the entity or its complete list via
(setq name_entita (car (entsel)))
(setq entita (entget (entsel))))
the same information, via visual lisp how do you get it?
(setq name_entita (car (entsel)))
(setq entita (entget (entsel))))
the same information, via visual lisp how do you get it?