Category Archives: Revit
RealBIM: Revit MEP Adaptive Content
My recent posts have been more Revit focus, taking a short break from the energy analysis side of things. I posted Part I and Part II on some issues that companies have that relate to graphical standards and content. This types of issues seem to be at the forefront of BIM implementations within MEP firms and unfortunately they cloud the true benefits of a BIM platform which is the management of information, such as in the form of Schedules and calculations. You would be surprised how many MEP firms I talk with still have not implemented standardized schedules. With that being said I wanted to focus on a recent problem I was attempting to solve relating to mechanical elements adapting to the environment they are in.
Revit MEP: Elbows for Engineers – Part II
In Part 1 of Elbows for Engineers I discussed creating Elbows based on LookUp tables for Steel Sch 40 piping. In this installment I am going to show a simple way to get a more realistic throat dimension for Mitered Elbows and tips for graphical representation of a mitered elbow with turning vanes. This is actually very straight forward. By simply editing the default Mitered Rectangular Elbow and changing the Shoulder parameter to this equation… if(Duct Width < 2′, 0′ 4″, if(Duct Width < 4′, 0′ 6″, 0′ 8″)) … you get a much better looking elbow for your documentation. See image results. I added the model line to represent an elbow with turning vanes. Some companies have different standards so do what works best for you. Enjoy!
Revit MEP: Elbows for Engineers – Part I
The default Revit MEP content provided in the Mechanical Template is pretty horrendous. Here is a quick way to get up and running with some long and short radius Steel Sch 40 pipe and Duct Elbows with a more SMACNA standard throat. The “Standard” pipe type provided out of the box is intended to represent Copper Type K with brazed fittings. Commonly used pipe for Mechanical Systems or at least one to standardize around for piping layouts is a Steel Sch 40. The easiest way to implement this is to duplicate the Standard pipe type provided and change the material, connection and class type properties. (See image on right) That’s the easy part. Now for the elbows we are going to utilize the following (2) lookup tables which Revit MEP uses for pipe fitting definitions and dimensions. The files need to reside in your default lookup tables folder either locally or deployed on your network. The local file location on Windows 7 is C:\ProgramData\Autodesk\RME 2012\Lookup Tables\Pipe . File format must be .csv (comma separated). Restart Revit if its already loaded when you do this. http://openrevit.com/media/docs/Elbow_Long_Radius-Welded-Sch_40.csv http://openrevit.com/media/docs/Elbow_Short_Radius-Welded-Sch_40.csv
[Update] Revit SP.Writer v0.2.0
PLEASE READ: The file format for this utility should be .xlsm. If you are using Internet Explorer to download the utility it will likely rename the file to .zip. Please rename the extension from .zip to .xlsm and then open in Excel. Apparently some users have been unable to use the utility because of this. Apologies for any confusion. This is an update release of Revit SP.Writer for Excel. SEE CHANGELOG BELOW. This utility is intended to manage shared parameter files for Autodesk Revit platforms. It was written and tested using Excel 2007 & 2010. Features: Import Shared Parameter ’.txt’ files Export Shared Parameter ‘.txt’ files Create New Shared parameters Selective Export from Parameter Library Organize Parameters CHANGELOG [v.0.2.0] – Provided verification for clearing entire sheet – fixed version numbering – hide settings tab [v.0.1.9] – Set focus to parameter name after ADD button click – Added full list of DATATYPE objects from 2012 – Compatability is now *2012 ONLY* [v.0.1.8] Initial Release Download Revit SP.Writer v0.2.0 Feel free to use and modify to improve features and functionality, but please release any updates publicly. Leave feedback and comments in the post. Report any bugs through the contact page of the … Continue reading