Michaels Posted September 19, 2010 Posted September 19, 2010 Hello. I have made this entmakex for Acad Table, But I hope that someone would support me with the needed rest of codes. (setq pt (getpoint "\nTable Location :")) (entmakex (list (cons 0 "ACAD_TABLE") (cons 100 "AcDbEntity") (cons 100 "AcDbAcadTable"); <-- Is this correct ? ? ? (cons 10 pt) (cons 90 3) (cons 91 3) ) ) Many Thanks. Michaels. Quote
Lee Mac Posted September 19, 2010 Posted September 19, 2010 I've not tried to entmake a table, as I find vla-AddTable easier to manipulate. Quote
Michaels Posted September 19, 2010 Author Posted September 19, 2010 I've not tried to entmake a table, as I find vla-AddTable easier to manipulate. OK. I see, Vla-AddTable more interesting , Let me support the infos and codes. and I would post for checking or clarifications very soon. Appreciated. Quote
Michaels Posted September 19, 2010 Author Posted September 19, 2010 Waw, that would be a matter of long vla codes and functions wouldn't be? Regards, Quote
Lee Mac Posted September 19, 2010 Posted September 19, 2010 Yes, it uses the VL Object Model - but I would think it is easier than using dxf codes as the VL enums and functions are much more intuitively named. If you want to proceed using DXF, here is a reference: http://images.autodesk.com/adsk/files/acad_dxf1.pdf Page 139 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.