Angelo2449
Guest
from where to all,
with this code:
I don't think it works, can someone of good will help me?
Thank you.
with this code:
Code:
(command "_text" centrotxt 0.50 0 nomeelemento "")
(setq nomeentita (entlast))
(setq oldlist (entget nomeentita))
(setq thedata (list -3 (list "" (cons 1000 nomeelemento) (cons 1000 (rtos suplorda)))))
(setq newlist (append oldlist (list thedata)))
(entmod newlist)
Thank you.