Author Topic: Block Manager... are you using one and if so, which kind?  (Read 8692 times)

0 Members and 1 Guest are viewing this topic.

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #15 on: March 10, 2009, 01:22:18 PM »
What kind of limitations are you refering to?

My guess would be "any limitations you can think of."  :)

deegeecees

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #16 on: March 10, 2009, 01:59:23 PM »
What kind of limitations are you refering to?

My guess would be "any limitations you can think of."  :)

That's about right.

What if I wanted to insert a block, and move it to a certain layer, and then run a lisp program to extract xdata from it, then construct a reactor for it to update a table in the drawing? I haven't looked but I don't think there are any BM's out there that will accomplish this any easier than me rolling my own.

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #17 on: March 10, 2009, 02:05:24 PM »
We have a few extras available to us with BW... here's a small taste...


Maverick®

  • Seagull
  • Posts: 14778
Re: Block Manager... are you using one and if so, which kind?
« Reply #18 on: March 10, 2009, 04:07:20 PM »
Sheesh.  How many ways can you make a teeter totter?

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2140
  • class keyThumper<T>:ILazy<T>
Re: Block Manager... are you using one and if so, which kind?
« Reply #19 on: March 11, 2009, 01:28:14 AM »

Sheesh.  How many ways can you make a teeter totter?


Here's something with Odcl


... anyone want to buy a copy ?  :)



The Name is to be changed of course ..

Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

t-bear

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #20 on: March 11, 2009, 09:18:24 AM »
Dotsoft Symbol Manager...works well with our 3D blocks and is easily expandable.  We don't attribute our blocks here, so that aspect doesn't come into play.  We've been using it since '04 with no problem...over 5,000 blocks in 38 directories.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: Block Manager... are you using one and if so, which kind?
« Reply #21 on: March 11, 2009, 12:13:13 PM »
kdub, very nice form.  post it over at OpenDCL.com for the guys and gals to see.
James Buzbee
Windows 8

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Block Manager... are you using one and if so, which kind?
« Reply #22 on: March 11, 2009, 03:09:51 PM »
Here's a pic of the one I created (I used some of the code/ideas that JB posted a while back) and incorporated a search function as well.
The form is resizable and you can pan/zoom the preview image.
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

gmyroup

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #23 on: March 12, 2009, 07:40:05 AM »
Are your blocks organized by directories and sub-directories?  i.e. Is the department a directory and the libraries sub-directories under it?

Are your blocks mostly purchased libraries, shareware, or blocks created over the years?

How do you deal with views on 2D or 3D components (i.e. top, side, front. etc.)?

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Block Manager... are you using one and if so, which kind?
« Reply #24 on: March 12, 2009, 08:06:12 AM »
Are your blocks organized by directories and sub-directories?  i.e. Is the department a directory and the libraries sub-directories under it?

Are your blocks mostly purchased libraries, shareware, or blocks created over the years?

How do you deal with views on 2D or 3D components (i.e. top, side, front. etc.)?
The department is a folder, the library is a DWG file, the details are blocks within the host DWG file.  These are details that have been created in-house (mostly), all strictly 2D not to scale.
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #25 on: March 12, 2009, 08:14:02 AM »
We used to do the subdirectory thing, but when we redrew our block library, I also gave the blocks some logical filenames.
A couple examples:
M-SW-PressureSwitchNormallyClosed
M-ELECT-ResistorVariable

M = Metric
ELECT = Electrical ( duh! )
SW = Switches
...Followed by a description.

Using these different prefixes gives us some organization without having to use subdirectories.
All of this came as a result of A) the need to redo our standard blockset and B) being fed up with block names that meant nothing to the user like "162.dwg", "734.dwg", etc.

gmyroup

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #26 on: March 12, 2009, 08:25:12 AM »
Do you use the type of block drawings as Matt W, where there are multiple blocks in 1 drawing or are your blocks a 1 block per drawing type?

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #27 on: March 12, 2009, 08:27:54 AM »
1 file = 1 block

gmyroup

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #28 on: March 12, 2009, 08:32:55 AM »
So what you end up with is 1 directory with a large number of drawings that are named so they can be easily located?

gmyroup

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #29 on: March 12, 2009, 08:35:34 AM »
Hey Matt W, if you have multiple blocks in a drawing... how does your application insert the selected one into a drawing?  Do you write the block description into the the drawing(if it doesn't already exist) and then add an block reference?