var fDesc=new Array(); fDesc[1] = "advantages of the new enhanced user interface. In addition, virtually anyone, anywhere can intervene in the review process with Autodesk Design Review, the free integrated solution available to consult, write and revise designs electronically."; fDesc[2] = "and sharing through the Internet, open format. Similar to PDF files, this smaller file contains scale and design information ready to be managed by designers and experts. The name of DWF Viewer has been changed to Autodesk® Design Review."; fDesc[3] = "installed in our computer or Pocket PC. Students, for example, can save their AutoCAD projects done at the university or college and view them at home in their PC later, without AutoCAD or Internet connection. We can edit, measure, calibrate, zoom, view layers, block attributes."; fDesc[4] = "drawings and three-dimensional designs, for example, architectural drawings, electrical schematics, and mechanical drawings. It's a great alternative of AutoCAD."; fDesc[5] = "eDrawings Viewer software you can view, print, and review all types of eDrawings files, native AutoCAD® files and SolidWorks® parts, assemblies, and drawings. With eDrawings Publisher software you can also publish and email eDrawings files from several CAD platforms."; fDesc[6] = "to creativity and work better and faster. The program SolidWorks reduces the overall costs in terms of CAD, because it is easy to deploy, use and maintain, giving the engineer more time to devote to design better products."; fDesc[7] = "time and effort to create and revise drawings. With this powerful drawing program you can produce high quality two-dimensional and three-dimensional designs create and edit simple and complex entities."; fDesc[8] = "3D-based collaboration and CAD data interoperability. Increase engineering productivity by sharing Adobe PDF files containing precise geometry and product manufacturing information with users of free Adobe Reader® software to mark up 3D designs."; fDesc[9] = "included amost all the features requitred for a CAD program. One advantage is that it is really more user friendly and easy to study compared to AutoCAD. The interface is quite neat."; fDesc[10] = "development and producation use by the U.S. military. BRL-CAD includes an interactive geometry editor, parallel ray tracing support for rendering and geometric analysis, path-tracing for realistic image synthesis, network distributed framebuffer support, image and signal-processing tools."; fDesc[11] = "of a major innovative business solution: eMachineShop.com, the first virtual online factory that allows companies or individuals to make their designs real in a straightforward 3-steps process."; fDesc[12] = "This tool could be used for vectorizing of charts, drawings, maps and schemes for input to CAD or GIS systems. Also you can vectorize logotypes and other similar line art images for using in Vector Graphic Design software. An application has an option to setup a reference for images, in other words to assign a real coordinates to certain raster points. Thus, you can get vector data not only in the raster coordinates, but real geographical coordinates or in the chart coordinates. Main Features: Create centerlines and outlines Arcs and circles recognition Orthogonal lines recognition Polylines smoothing Vector editor Smart trace method for passing polylines crossings Input raster formats: BMP, GIF, TIFF, JPEG, PCX, TGA, PNG, WBMP, ICO Raster image noise filtration TWAIN32-compatible scanners support"; fDesc[13] = "planispheric astrolabes. It contains a database with more than 2500 locations, but you can add manually a location by entering its latitude and longitude. Sundials can be calculated and printed at scale 1:1."; fDesc[14] = "You can scale design of gardens, mechanical cams, electronic schematics, building, rooms plans and much more using curves, angles and dimensions. TigerCad offers every feature of a working CAD, however it doesn't confuse you with a lot of tools and buttons on the screen."; fDesc[15] = "users. When we open the program we can find two toolbars in the top toolbar have the same functions that the vertical toolbar and one window. In the first toolbar in the button File can: open, save, back or forward, print and more."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }