Author Topic: Legend maker  (Read 4486 times)

0 Members and 1 Guest are viewing this topic.

Lisa

  • Guest
Legend maker
« on: January 01, 2011, 02:12:14 PM »
Hello,

Iàm looking for a lisp, that can make a legend from used blocks. Like BLegend from XANADU.cz. But with the option for marking blocks in a list to use in the legend and also be able to choose the block scale/size, table size, the amount of collums in case of a large amount of blocks. It would als be nice to have line types and hatches but if not........is ok.

Thanks,

Lisa

(Iàm not into lisp and yes...iàm blonde....................sorry)

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Legend maker
« Reply #1 on: January 01, 2011, 06:19:42 PM »
Welcome to the Swamp Lisa.

You may not find anyone willing to create a lisp that involved for free.

Normally I would post the link to something similar like this:
http://forums.augi.com/showthread.php?t=51846&highlight=table+magic
But that site is in flux and the links do not work for now.
Code: [Select]
; Table Magic Autodesk University 2006 Lecture
; Written By: Peter Jamtgaard P.E. copr 2006 all rights reserved
; The compilation of Visual LISP functions create AutoCAD tables
; Each function or subroutine has a header to explain its function
; along with a listing of variables descriptions.
; These routines are based on AutoCAD 2007 Visual LISP functions.

; This file includes:      C:BillOfMaterials
;                          C:BOMDialog
;                          C:CSVFileToTable
I think this may be a current copy http://www.theswamp.org/index.php?topic=13878.msg167603#msg167603
You can modify it to get what you need.

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.

HasanCAD

  • Swamp Rat
  • Posts: 1422
Re: Legend maker
« Reply #2 on: January 02, 2011, 04:50:21 AM »