autocad

get a string from the text

kmlab 2025. 1. 21. 16:30

(defun c:str ( )
(setq str (cdr (assoc 1 (entget (ssname (ssget ":s" ) 0))))
)

 

 

반응형