Author Topic: Create list of Blocks and convert to block name to full name  (Read 2527 times)

0 Members and 1 Guest are viewing this topic.

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Gotta another one.

I have blocks in a dwg...  

1
2
3
4
5

Is there a way to get a lisp to create a list like "legend Look" in the dwg. where the name of the block is changed from the block name to a full name descrption.

Ex.
Block(drwng)      Block Description (Text)
1    =   1 abc
2    =   2 def
3    =   3 ghi
4    =   4 jkl
5    =   5 lmn
Civil3D 2020

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Create list of Blocks and convert to block name to full name
« Reply #1 on: July 13, 2004, 10:27:33 AM »
It is possible, but if you want to add a description of a block you will need to have that description defined already or have it where you can enter it on the fly. The legend is not a difficult thing to do though..
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Create list of Blocks and convert to block name to full name
« Reply #2 on: July 13, 2004, 10:42:21 AM »
When CAB created the lisp which took the layer name to a full description name, that is what i was looking at to code it...

just trying to get it figured out...
Civil3D 2020