Author Topic: Block Manager... are you using one and if so, which kind?  (Read 8690 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?