Monday, May 14, 2012

Family Naming Simplified


Revit is an open system - the naming of files and family components is completely up to the user. Practice has shown there is much to be gained by adopting a naming convention or guideline. 



In Revit Architecture there are 21 external family categories, whose purpose includes the behavior of components including visibility, line weights, etc.

Assigning a keyword to each category facilitates sorting and results in grouping of content of similar categories within the pull-down menus.

Hosted objects
For most objects the default host is assumed or apparent. A ‘location’ keyword is useful when the method of hosting is variable or not the default(CB) ceiling based; (FB) face based; (FLB) floor based; (LB) line based; (RB) roof based; (WB) wall based.

When naming external families, it's a good practice to proceed from general to specific. Sub-categories to be considered include Type, Description, Use, and Manufacturer. Use the suffix ‘2D’ to indicate families composed of symbolic linework or detail components. Otherwise assume the family is modeled 3D geometry.

Examples:
GEN_WB_Sign-Oval-36
PRO_Tile-SpanRake-Base
WDO_Multi-Panel Recessed
SPEQ-FB_Seat Cover Tissue Dispenser- Surface Mtd - Bobrick B-3479
SPEQ_Grab Bar-2D

Wednesday, May 9, 2012

Slab Depression - Part 3

Revit facilitates an iterative process in which the output is constantly being improved. For many Revit is the antithesis to CAD, where, due to the complexity of the system, the goal of quality is often perceived to be an effect of consistency, which is pursued through standardization.

With Revit quality is seen to be an effect of innovation, within a modular system that supports and facilitates innovation. Once every year a new version brings new tools and functionality, to be implemented as needed, but in practice the improvements are incremental and continuous.

Soon after I deployed the Slab Depression families I received a request to slope the depressed surface to enable tagging with spot slopes. It was a fairly easy task to enhance the original void extrusion with a blend tapering from the outer boundary to a three inch square bottom surface representing the drain location. 


The depth of the depression, however, had to be set manually in order to achieve the desired slope, more or less by trial and error. 
The required depth for any slope is determined by the longest distance from the perimeter to the drain. 
An Internet search on "Revit conditional formula" led to this discovery on Autodesk WikiHelp:


if(A > D, if(A > C, if(A > B, A, B), if(B > C, B, C)), if(B > D, if(B > C, B, C), if(A > D, if(A > C, if(A > B, A, B), if(B > C, B, C)), if(B > D, if(B > C, B, C), if(C > D, C, D)))))


This is a conditional formula which by comparison returns the largest of four different values  originally posted  by 'ekkonap', a Revit user in the Netherlands, on www.revitforum.org.
The formula variables were equated to the four distances, and the depth calculated as a percentage (0.25/12). This slope factor could also assigned to a parameter.
The faces of the depression may be painted with floor materials, or for simplicity a level floor may be placed into the recess. As a serendipitous effect of this modeling strategy, the slope lines are now edges which can be transformed to hidden lines with the linework tool. 


Go to the Files and Families tab above to download "GEN_Slab Depression w Slope.zip