Jump to content

Recommended Posts

Posted

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.

Posted

I've not tried to entmake a table, as I find vla-AddTable easier to manipulate.

Posted
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.

Posted

Waw, that would be a matter of long vla codes and functions wouldn't be?

 

Regards,

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...