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

0 Members and 1 Guest are viewing this topic.

gmyroup

  • Guest
Block Manager... are you using one and if so, which kind?
« on: March 06, 2009, 08:12:17 AM »
Good morning,

I'm curious as to which type (if any) of block manager you are using. If you're using a commercial or Shareware manager, which one?

Also, does anyone know of any good but inexpensive (under $50) 2D block libraries... discipline doesn't matter?

Thanks

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #1 on: March 06, 2009, 08:15:27 AM »
Blockwerx from CADwerx.net

I have used it for about 5 years or so and really like it.

Gliderider

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #2 on: March 06, 2009, 09:45:36 AM »
Toolpalettes work well enough for me.

AVCAD

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #3 on: March 06, 2009, 09:55:42 AM »
I built my own Manager which works very well. DCL & Lisp with catalog files holding the block descriptions.


using the toolpalettes is a problem here cause its local to your PC, no way of standardizing it for a company....atleast that I know of.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Block Manager... are you using one and if so, which kind?
« Reply #4 on: March 06, 2009, 02:20:18 PM »
We used to have everything as IMAGETILE menus.  Given that we have a number of different clients to support, with different blocks, layers, settings, and so on, I created something easier to keep up to date.  I'm glad I did - I don't want to think about having to manipulate the CUI everytime a new block needs to be added.  Instead I just add a line to the proper data file; the users don't even need to restart AutoCAD to see the updates.
If you are going to fly by the seat of your pants, expect friction burns.

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

gmyroup

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #5 on: March 08, 2009, 12:51:11 PM »
There appears to be a definate bias towards people developing their own tools.  Is this because 3rd party tools are too expensive, lack features, or are too hard to implement and maintain?  As a software developer I can tell you it's much cheaper to buy a 3rd party tool rather than developing your own.

Any comments on this?

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #6 on: March 09, 2009, 08:09:37 AM »
I'll agree with you there... However, cost may not be the driving factor.  I used to spend a lot of time making slide libraries, tablet menus, custom toolbars ( which reminds me of those damned smiley faces, mocking you when the paths weren't set right  8-)  :pissed: ).  The list goes on...

At the time, the extra work seemed worth it because of the custom tailoring we could do to suit us, but ever since we started using Blockwerx, it works quite well for us and I would venture to say that we'll be using it as long as Byron keeps the program up to date.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Block Manager... are you using one and if so, which kind?
« Reply #7 on: March 09, 2009, 02:27:03 PM »
There appears to be a definate bias towards people developing their own tools.  Is this because 3rd party tools are too expensive, lack features, or are too hard to implement and maintain?  As a software developer I can tell you it's much cheaper to buy a 3rd party tool rather than developing your own.

Any comments on this?

Cost is debateable, but there are other considerations such as working with newer versions of AutoCAD or new clients with differing requirements.  There is no guarantee that the 3rd party developer will be around to support their work later, either (been burned by that one).  Ultimately the better choice here was to do it in-house.
If you are going to fly by the seat of your pants, expect friction burns.

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

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Block Manager... are you using one and if so, which kind?
« Reply #8 on: March 09, 2009, 03:04:41 PM »
At the time, the extra work seemed worth it because of the custom tailoring we could do to suit us, but ever since we started using Blockwerx, it works quite well for us and I would venture to say that we'll be using it as long as Byron keeps the program up to date.
And therein, lies the problem.
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 #9 on: March 09, 2009, 03:11:36 PM »
...And I fully understand that potential (otherwise, I wouldn't have mentioned it).  If it becomes a problem, we will slide back into the home-grown schtuff...
Likely after a search for another third party application has been exhausted.

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Block Manager... are you using one and if so, which kind?
« Reply #10 on: March 09, 2009, 03:26:58 PM »
That's why I rolled my own (if you know what I mean).
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

Maverick®

  • Seagull
  • Posts: 14778
Re: Block Manager... are you using one and if so, which kind?
« Reply #11 on: March 09, 2009, 03:32:54 PM »
That's why I rolled my own (if you know what I mean).

*Looks @ Avatar*  Yes, yes I do.

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #12 on: March 09, 2009, 03:36:16 PM »
That's why I rolled my own (if you know what I mean).

*Looks @ Avatar*  Yes, yes I do.


:-D



At any rate, I'm going to ride Blockwerx until it's no longer supported and go from there.

deegeecees

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #13 on: March 09, 2009, 04:10:35 PM »
I'm a control freak, so I'd rather have the ability to manipulate the blocks I insert on my own terms, rather than have to rely on 3rd party software and it's limitations.

gmyroup

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

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?

M-dub

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #30 on: March 12, 2009, 08:36:02 AM »
Yessir...

Currently 281 files... and every once in a while, we add a block or two.

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Block Manager... are you using one and if so, which kind?
« Reply #31 on: March 12, 2009, 08:48:13 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?

See here...

And here...

Big ups go to James for some of the code that got the ball rolling for me on this one.


'I'd like to send a shout out to JB!!  What up, dog!!'   :mrgreen: :lol:
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 #32 on: March 12, 2009, 08:55:31 AM »
Thanks, I'll see what he is doing there.

Spike Wilbury

  • Guest
Re: Block Manager... are you using one and if so, which kind?
« Reply #33 on: March 12, 2009, 09:48:15 AM »
I voted for none, but not because it is to hard to organize, simple because I don't use one...  :-)

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: Block Manager... are you using one and if so, which kind?
« Reply #34 on: March 12, 2009, 12:27:08 PM »
Matt: Waaaaazzzzz Uuuuuuup!

I've had a couple of slow days here lately so I'm sticking my nose in trying to stir up some trouble.  :lol: 

Looks like all the swampers have been busy!

You guys take it easy.
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 #35 on: March 12, 2009, 01:54:52 PM »
Matt: Waaaaazzzzz Uuuuuuup!

What are YOU doing?   :-D
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: Block Manager... are you using one and if so, which kind?
« Reply #36 on: March 16, 2009, 11:46:44 AM »
no, I'm not high!   8-)
James Buzbee
Windows 8