PC Magazine Review of DL Note: This review contains an introduction to the whole article as well as a specific review on DRAWING Librarian.

19 PROGRAMS THAT BUILD ON AUTOCAD

By David Cohn
AutoCAD is the dominant CAD program in the world today, but hundreds of add-on programs from independent developers helped it to get there.

For many who use it, AutoCAD is more than just a computer program: It's a way of life. Offices once filled with drafting tables and T squares are now occupied by rows of personal computer design stations. And Autodesk's AutoCAD is the program running on more than 70 percent of those stations.

While not the first CAD package available for the PC, AutoCAD stood out from the beginning, because it offered users the ability to customize many of its features. That prompted many early customers to experiment, first altering the program's menu structure, and later writing scripts and custom macros to speed up repetitive tasks. In 1986, Autodesk added a complete programming language, AutoLlSP, which further enhanced AutoCAD's customization capabilities. With AutoLlSP, users could add new commands to the program to delete all drawing entities of a particular type or automatically save a drawing after a specified interval, for example_thus tailoring the package to fit their individual needs.

In Release 11, Autodesk has gone further, adding a new programming interface, the AutoCAD Development System (ADS), that lets developers write more complex applications in high-level programming languages such as C; the applications can then be loaded and called using AutoLlSP functions. An example is Autodesk's own solids-modeling software, Advanced Modeling Extension (AME), which is available as an option for Release 11.

AutoCAD as Graphics Engine

AutoCAD is often referred to as a graphic's engine. It provides the basic ability to draw and edit lines, arcs, and text (a total of 17 different types of drawing entities), but it offers little added advantage to the draftsman who uses it right out of the box. Around that engine, however, independent developers can build a variety of applications. Software designed for specific vertical-market design disciplines customizes AutoCAD for specific tasks.

Beyond its use in such fields as architecture and engineering, you can find AutoCAD in the offices of cartographers, boat builders, technical illustrators, land managers, and medical engineers. The specific drawing needs of these various professions are, of course, quite different; add-ons adapt AutoCAD to facilitate what is needed. For example, parallel lines may represent a wall to an architect; to a cartographer, they may represent a roadway. Once the lines are on paper, the observer can determine their meaning, but while the drawing is being created, the draftsman should not have to think about what those lines mean. Indeed, he should no longer need to draw two individual lines. With the right add-on program, the architect need only draw walls; the cartographer, roads.

Yet these vertical markets represent just a portion of the available offerings. A very different category of add-ons provides important generalized features missing from AutoCAD, as opposed to those aimed at specific disciplines. These horizontaL utilities include such items as text editors, fonts, hatch patterns, links to external databases, and file managers that let you view and manipulate AutoCAD drawing files without having to load AutoCAD. While vertical-market applications appeal only to users within the targeted markets, these general utilities are useful to virtually anyone who uses AutoCAD, and they may even be valuable to those who don't use the program but work closely with others who do.

Horizontal AutoCAD utilities are nearly as numerous as specialized vertical-market applications. PC Magazine counted no fewer than 300 general-purpose utilities among more than 1,000 third-party programs listed in Autodesk's AutoCAD Resource Guide. These included seven packages of fonts or hatch patterns; five plot spoolers; ten programs for editing and managing shapes, fonts, and menus; and ten graphics display drivers that vastly increase the speed of VGA graphics boards when used with AutoCAD (see the sidebar "Display-List Drivers: Moving Around AutoCAD in Real Time"). The guide also includes examples of two especially popular kinds of AutoCAD utilities: the ten file-viewer/drawing-management programs and the nine text editors reviewed on the following pages. Because these products differ so greatly in their intended purpose, we chose not to award an Editors' Choice in either category.

Visual file Management

Almost as soon as drafting departments began switching to CAD, a problem arose for managers: In the paper-and-T-square era, the boss could wander around the drafting room and look over shoulders to see how a drawing was progressing. That all changed with the move to CAD.

The casual glance over the drafter's shoulder was replaced by a puzzled stare at a CRT. It is difficult to view an entire 24-by-36-inch drawing within the confines of a monitor. And if you've forgotten the exact filename of the drawing you are looking for, you may need to load drawing after drawing, typing each filename at AutoCAD's main menu until you find the right one.

A number of developers rose to the occasion, creating programs that let you display AutoCAD drawing files much more quickly by simply highlighting filenames, without the need to load AutoCAD first. This was no easy feat. Autodesk has never published specifications for its .DWG file format, and in fact, the company has changed that format with each release of the program as new features were added. Thus, developers have had to reverse-engineer their viewing utilities-and keep up with constant change.

Getting Around

To make them truly useful, most developers strove to make their AutoCAD drawing viewers easier to use than AutoCAD itself. And to transcend the confines of the CRT, the drawing viewer really has to let you pan and zoom about the drawing file, just as AutoCAD does.

Instead of an entire drawing, though, you may often need to locate a single block-a collection of entities saved as a unit-that you would reuse if only you could find it. Most drawing viewers, therefore, give you the ability to display individual blocks within a drawing and to turn individual layers on and off.

As competition among these programs has heated up, developers have added other features. For example, most let you copy, rename, or delete files simply by clicking on their filenames with a mouse. Others can quickly produce a print or plot of any drawing. Still other programs let you dispense with the need for check prints entirely by adding nondestructive "redline" notes that the draftsman will see the next time the drawing is loaded.

Total Drawing Management

Some programs even include a complete drawing database, letting you search for those missing drawings both visually and via database queries. Two programs not included in this review, AutoBase (from Cyco International, Atlanta, Georgia; 404-634-3302) and AutoEDMS (from ACS Telecom, Lomita, California; 213-325-3055) are actually complete graphics-based relational database programs with integral drawing viewers.

Not all drawing viewers are created equal, however. Indeed, some developers have deciphered the .DWG file format more adequately than others, and Autodesk continues to complicate their jobs. AutoCAD, Release 11-the latest version of the program-adds several new features that confound many of the viewing programs. The most troublesome, called paper space, enables AutoCAD to display multiple views of a drawing on-screen at once, exactly as it will later be plotted. Another, reference files, lets you include several external files in a master drawing without actually loading the referenced drawings' entities; this is similar to dynamic data exchange (DDE) under Windows.

Add to this mix the desirability of being able to display formats besides .DWG, plus the need for each developer to invent its own graphical user interface (one viewer runs under Windows, and none look much like AutoCAD), and you have a very broad feature set. Yet if you use AutoCAD or work with AutoCAD-related files, you do need a drawing viewer--and one of these ten programs will probably meet your needs, though none of them are right for everybody.

Drawing Librarian Professional

SoftSource's Drawing Librarian Professional provides just about everything you could possibly ask for in a drawing viewer/management program. This $500 top-of-the-line package builds on the company's Windows version and versions for Unix-based workstations, adding redlining, embedded links, and a complete scripting language. SoftSource is constantly enhancing Drawing Librarian Professional, and in this latest release has perfected the display of both paper space and AutoCAD's reference files.

The drawing display window can be divided into 4, 9, 16, or 25 separate windows. User-definable file masks let you display one or more file types; files are displayed in the current window as soon as you select them. But you can also customize the program using its built-in scripting language. You can change the menus and disable and remove features. In fact, CAD managers can write complete menu-based applications to auto mate complex functions for inexperienced users, allowing Drawing Librarian to serve as a complete front end for their AutoCAD systems. Drawing Librarian has no problems displaying drawing entities, except for polylines with varied line types, which display as continuous polylines. And while the program is already one of the fastest at getting drawings on-screen, you can turn off the display of true fonts and solid fills to speed it further.

A CAD manager's dream, Drawing Librarian provides an excellent array of redlining and linking features. Anyone with a PC can view an AutoCAD drawing and add revision notes. These notes are stored in a separate file that automatically loads whenever the original file is viewed using Drawing Librarian; the redline information can also be merged into a separate layer within the AutoCAD drawing.

Drawing Librarian Professional also lets you group files into projects, extract drawing attributes to a comma-delimited or Lotus-compatible database format, rotate 3-D objects in real time, and archive files with a single pick. You would be hard-pressed to find another viewing package at any price that offers as much while remaining easy to use.

PC Magazine - February 11, 1992.

Note: emphasis added.


Related pages...
*Info on DRAWING Librarian
*Return to Softsource Home Page
softsales@softsource.com