Angelo2449
Guest
Hello everyone,
with the "entsel" function select an element, now I have the problem of having to select a group of elements (catstral extract in dxf)
, as I can operate to select the whole group while maintaining the possibility to extract the characteristics :
grazie.
with the "entsel" function select an element, now I have the problem of having to select a group of elements (catstral extract in dxf)
, as I can operate to select the whole group while maintaining the possibility to extract the characteristics :
Code:
(setq extract nil)
(sing)
(= extract nil)
(setq extract (entsel "\nselect extract from georeferencing : "))
)
(princ "\n")
(princ extract)
(princ "\n")
(setq and1 (entget (car extract)))
(setq en1 (cdr -1 ed1))
(redraw en1 3)