• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

associate extended data

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
from where to all,
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)
I don't think it works, can someone of good will help me?
Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top