Author Topic: entmake table  (Read 1746 times)

0 Members and 1 Guest are viewing this topic.

curmudgeon

  • Newt
  • Posts: 194
entmake table
« on: October 24, 2013, 03:33:08 PM »
The subject line pretty much sums it up.

Anybody ever try to entmake a table entity?
I grabbed a table entity and gave a look at the group codes, and it's long, but not too long.
A lot of the list could probably be left out to accept default values - like any entmake.
Never express yourself more clearly than you are able to think.

Tharwat

  • Swamp Rat
  • Posts: 707
  • Hypersensitive
Re: entmake table
« Reply #1 on: October 24, 2013, 04:07:16 PM »
Read about the function vla-addtable which is not that hard to deal with for most users .

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: entmake table
« Reply #2 on: October 24, 2013, 06:34:17 PM »
Code: [Select]
;;  Fixo - Table Create
;;  Creates a table from blocks in model space
;;  http://forums.augi.com/showthread.php?p=705589#post705589
;|
Code: [Select]
http://rkmcswain.blogspot.com/2007/08/create-table-using-lisp.html

Create a TABLE using lisp         
Here is an example of creating a TABLE entity using lisp. This example also creates some FIELDS using lisp.
Code: [Select]
;;  http://www.autocode.com/lisp/autolisp.html
;; PointA TopLines - Potions/Scrolls  (DRAWCHART.LSP)
;; Bill Kramer April 2003

There are more but I don't have time to look now.
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.