var fDesc=new Array(); fDesc[0] = "Google Sketchup Construction Library is one of the several available Sketchup Bonus Packs to use with Google Sketchup. With this component you access to multiple 3D models of construction accessories to design your house, office or any other building. The library is one of the largest organized into several categories:
• Connections;
• Foundation Work;
• HVAC;
• Masonry, which include in turn two more subcategories (Brick and CMU);
• Roof Pitches;
• Roofing Details;
• Stairs;
• Steel Deck;
• Steel Mesh Screens;
• Steel Rebar;
• Steel Sections including several subcategories (Angles, Channels, Misc, Tube and W); Wood Framing; Wood Joists and Wood Trusses.
For those who don’t know what Google Sketchup is about, let’s say a couple of words of it.
This tool is oriented and developed for the concept design stages and allows you to create, see and modify 3D models right from your ideas, without taking too much of you to use the tool so you can think in your designs instead of thinking about how to draw them, just as you were drawing with your hand and pencil.
The Construction library, like the others libraries available, is free downloadable from the Sketchup’s web site. What you get is an executable (.exe) file to run on your computer. A wizard will guide you through the simple and easy process of installation. Once you finish, all you have to do is add the library to the Components dialog box of the Google Sketchup. To do this, just click the “Details” arrow and select “Open or Create a library…” option on the pop-up menu. A dialog box will allow you to browse your disk. Go to the Components folder on the Program files -> Google -> Google Sketchup 6 path, and select Construction.
After adding the library, you will see it listed on the drop down text box on the components dialog box. If you choose it, the categories commented above will be shown. Browse the categories to find the model you need and select it. After selecting one you will be able to edit some characteristics of the component. Have fun!!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }