Display full version of the post: collect and place in a table cell

samifox
22.03.2011, 11:52
Hiim using LT 2008. is there a way to automatically collect all blocks in the drawing and place them in the table cells?ThanksShay

John Connor
22.03.2011, 11:55
Are you looking for a count of all blocks?

Since AutoCAD LT cannot utilize lisp that rules out BCount.  How about this add-on program:
 
http://www.cadig.com/products/autocad-field.phpJohn Connor2011-03-22 12:04:27

samifox
23.03.2011, 02:43

[QUOTE=John Connor]Are you looking for a count of all blocks?

Since AutoCAD LT cannot utilize lisp that rules out BCount.  How about this add-on program:
 
http://www.cadig.com/products/autocad-field.php[/QUOTE]no. i actually want to place a living clone of their instance in a table in linear manner. i want to create a 2 column table with a textual description and the  actual block next to it.ThanksShay

John Connor
23.03.2011, 10:50
I think it would be better if you created a custom Tool Palette and populated it with your blocks.