gerardo2m Posted January 13, 2022 Posted January 13, 2022 Hi. Well, is it possible to insert a DXF code 300-309 (arbitrary string) in entities such as LINE, CIRCLE, POINT, etc.? (progn (setq listaOriginal (entget (SSNAME (SSGET "_:S") 0))) (entmake (append listaOriginal (list (cons 301 "test")))) (setq listaFinal (entlast)) ) Result: Invalid field type 301 in (entmake).nil Greetings. Quote
exceed Posted January 13, 2022 Posted January 13, 2022 why do not use xdata? https://www.afralisp.net/autolisp/tutorials/extended-entity-data-part-1.php 1 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.