Author Topic: What's your Block Library like?  (Read 16323 times)

0 Members and 1 Guest are viewing this topic.

jbuzbee

  • Swamp Rat
  • Posts: 851
What's your Block Library like?
« on: February 09, 2010, 08:26:32 AM »
Some of us over at the AutoLISP forum are writing a Block Mananger program: http://www.theswamp.org/index.php?topic=32058.0

We wanted to get some real world feed back on how users organize standard blocks.  I'd appreciate if anyone one could chime in and summarize how Blocks are organized. 

What we're looking for:

Organization: containers.  Do you store multiple blocks in a single drawing or one drawing per Block?
                   folders.  Do you organize blocks in different folders / subfolders?
                   naming.  CSI, numeric, alphabetic?

Any information will be helpful.  It's our goal to create a mananger that can easily adjust to a multitude of organization styles.

Thanks,
jb
James Buzbee
Windows 8

t-bear

  • Guest
Re: What's your Block Library like?
« Reply #1 on: February 09, 2010, 09:24:35 AM »
*need more input!*  OK, here's mine:
We create a dwg for each block.
We store them in folders/sub-folders...
For an 8" valve..."blocks/pipe-8/valve-8.dwg"
Main folder is "blocks", sub-folder is "pip-8" or 8" pipe, and dwg is "valve-8.dwg"
For 4" stainless sched. 40 pipe..."blocks/pipe-4/pip-4ss40.dwg"
Main folder is "blocks", sub-folder is "pip-4" or 4" pipe, and dwg is "pip-4ss40.dwg".

We are using a store-bought library program here ("Symbolman" from Dotsoft) but will be watching this project closely.  Sounds like a good little project fellers....!!!

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: What's your Block Library like?
« Reply #2 on: February 09, 2010, 10:09:58 AM »
I'll add my $0.02.

I have a dwg for each block (Mostly).  My main folder "Block Library" then I have sub folders based on plan type i.e.

00 - Annotation
01 - Elevations
02 - Foundations
03 - Groundworks
...... etc

In each folder there are blocks specific to those plans.

I would like to see (and will help) to be able to set the main folder and have the program automatically pick up the sub folders.  (it would work nice for my set up)

Are you thinking OpenDCL for this?
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

T.Willey

  • Needs a day job
  • Posts: 5251
Re: What's your Block Library like?
« Reply #3 on: February 09, 2010, 11:09:04 AM »
Are you thinking OpenDCL for this?

I think that is what James is learning toward.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: What's your Block Library like?
« Reply #4 on: February 09, 2010, 11:10:27 AM »
Are you thinking OpenDCL for this?

I think that is what James is learning toward.

james, are you working on a beta of the GUI?
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

Shinyhead

  • Guest
Re: What's your Block Library like?
« Reply #5 on: February 09, 2010, 11:18:50 AM »
I have a pretty big library of non proprietary blocks if you want something to work with.
Its a mix of cabinet hardware, drafting symbols and appliances.
Some dynamic, some standard.  A couple of hundred blocks in a variety of catagories, might be a good testbed.

T.Willey

  • Needs a day job
  • Posts: 5251
Re: What's your Block Library like?
« Reply #6 on: February 09, 2010, 11:31:05 AM »
Are you thinking OpenDCL for this?

I think that is what James is learning toward.

james, are you working on a beta of the GUI?

From James in the Lisp thread
Quote
Thanks everyone for the replies and support.  I've cobbled together a palette in OpenDCL and will post it later, unfortunately I have to be out on appointments most of the day.

I have a pretty big library of non proprietary blocks if you want something to work with.
Its a mix of cabinet hardware, drafting symbols and appliances.
Some dynamic, some standard.  A couple of hundred blocks in a variety of catagories, might be a good testbed.

Right now we are just trying to get ideas of how different people set up there blocks.  This way we can code for as many different ways as possible, and have a global type function that all can use, and setup per their standards.  Once we get the meat of the code written, then we may ask for some blocks, as of right now they are not needed.  Thanks for the offer though, and we will keep you in mind when the testing time comes around.
Tim

I don't want to ' end-up ', I want to ' become '. - Me

Please think about donating if this post helped you.

TimSpangler

  • Water Moccasin
  • Posts: 2010
  • CAD Naked!!
Re: What's your Block Library like?
« Reply #7 on: February 09, 2010, 11:43:33 AM »
From James in the Lisp thread

How did I miss that??
ACA 2015 - Windows 7 Pro
All Comments and Content by TimSpangler, Copyright © 2016

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: What's your Block Library like?
« Reply #8 on: February 09, 2010, 02:38:17 PM »
Wherever possible, I use the folder hierarchy system as Client -> In-house -> Generic.  This way, if I need to have client specific block it just gets dropped into the client folder so its found first.  If its not in the client folder, the in-house version is used, and so on.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

CottageCGirl

  • Guest
Re: What's your Block Library like?
« Reply #9 on: February 09, 2010, 02:44:55 PM »
since I deal with product numbered items, each prefix has it's own folder then each item has a block, used to have individual drawings for each prototypical grouping, but have moved over to a source drawing with all related grouped blocks , so I can put them on palettes......so I Have a HUGE LIBRARY.

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: What's your Block Library like?
« Reply #10 on: February 09, 2010, 03:09:21 PM »
Mostly a block per drawing in a hodge poge of folders.

It is the naming of the blocks that is killing me.  But these users of mine don't seem to think it is a big deal until I get have fit and start organizing. Some of them well go make a new block and put it back what I just deleted.   :pissed: :realmad:
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

GDF

  • Water Moccasin
  • Posts: 2081
Re: What's your Block Library like?
« Reply #11 on: February 09, 2010, 03:26:54 PM »
I use CSI format for small blocks...(generic library of small blocks and a separate entourage directory)

For note libraries, details, sheets, schedules and symbols, I use a varity of folder directories...(based on Arch., Struc., MEP and Civil)

Also use some parametric routines that create blocks...
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: What's your Block Library like?
« Reply #12 on: February 09, 2010, 03:31:01 PM »
I use CSI format for small blocks...(generic library of small blocks and a separate entourage directory)

For note libraries, details, sheets, schedules and symbols, I use a varity of folder directories...(based on Arch., Struc., MEP and Civil)

Also use some parametric routines that create blocks...

^^^ is that Heaven?   Can I come work with you? 
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

GDF

  • Water Moccasin
  • Posts: 2081
Re: What's your Block Library like?
« Reply #13 on: February 09, 2010, 03:42:15 PM »
Another thing to consider is that some blocks like symbols require unique layers and scale, so I use multiple dialog based routines to do behind the sceen functions automatically...

For example, here are someof my many dialog based routines...

The Cabinet routine uses 1x1 scale blocks that are scaled by width for blocks in elevation and plan drawings.
I use this approach and parametricly drawn blocks to cut down the size of my overall libraries...
Why is there never enough time to do it right, but always enough time to do it over?
BricsCAD 2020x64 Windows 10x64

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: What's your Block Library like?
« Reply #14 on: February 09, 2010, 03:53:08 PM »
Mine/Ours is based off an idea by JB using container blocks and built with OpenDCL.

http://www.theswamp.org/index.php?topic=16730.msg203685#msg203685

Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io