var fDesc=new Array(); fDesc[0] = "SMARTBIM QTO Cost Check, powered by RSMeans, is a cost-effective solution for Autodesk® Revit® users that provides early cost checking for Revit® projects.

Main features:

- Instantly create a Takeoff of Revit elements, counts and measures and retrieve RSMeans unit costs for the takeoff elements with the press of a button
- Provides an accounting of the Objects and Assemblies in your project
- Run multiple estimates for design options and alternatives as the design changes to facilitate "what-if" scenarios
- Manually add takeoff lines and edit unit costs to increase accuracy of a cost estimate
- Export the takeoff to Excel and PDF for the entire project or specific Revit categories
- Enable manufacturers, architects, engineers, contractors, and building owners to easily collaborate on costing early in the project
- Share with non-Revit users who can open and edit Takeoff files"; 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 = ''; } }