Clicky Web Analytics
presentation
documentation
creation
automation
bim after dark live

Thursday, January 27, 2011

Revit Tutorial - Curtain Wall Door (If/Then Statement)

Hunter emailed me the other day with some interesting family creation questions. Through emails we worked through an issue he was having with an “if/then” statement. I cannot take a ton of credit for the solution because Hunter discovered it on his own… But, I guess I sort of pointed him in the right direction and gave him some ideas of resources to search. Well, I asked Hunter to make a quick write up of the issue and solution. Below is his write up.


Revit Tutorial – IF/THEN Statement

I was working on an aluminum door for a project and I wanted the visibility of the center mullion to be controllable. I also wanted the center mullion size to be controlled by an instance parameter. I had first thought of just using a graphic yes/no parameter to change the visibility. But then thought what would happen if someone typed 0” for the center mullion size. The center mullion is created with an extrusion and if you use “0” as a dimension for an extrusion the family stops working and there are errors to check through.




Now came the tough part; I could turn off the visibility of the center mullion by using the formula {center horiz mullion > 0”} (when the center horizontal mullion is less than 0” turn it off) simple enough, but the 0” was causing the family to break.

So, I created 3 parameters;

• -“center horiz mullion” and set it to 6” as the default.

• -I created a graphic yes/no parameter for the center mullion and assigned “mullion” to it.

• -I then dimensioned the reference planes for the center mullion and assigned the “formula” parameter to them.




I had to find a way to use 0” but not break the family. Solution: an IF statement. IF(center horiz mullion < 0' 0 1/2", 0' 0 1/2", center horiz mullion). IF this, do this, else do that. IF the center horizontal mullion is less than 0’ 0 1/2" make it 0’ 0 1/2" and if it’s not less than 0’ 0 1/2" make it what the user wants it to be. FYI – I used 0’ 0 1/2" because if you try and use 0.01” the family breaks because the extrusion can’t be smaller than a particular size, I don’t know what that is but 0’ 0 1/2" works.



Remember parameter names are case sensitive. Do not use numbers for parameter names. Avoid using a dash or a hyphen, Revit may think you are trying to subtract.

Thank you to Hunter for the great email conversation and post. Look forward to exploring more family creation with you. This has inspired me to continue with my family creation tutorial series… Stay tuned..


Contact him at: HunterVanLeeuwen@dsraenvision.ca

Tuesday, January 25, 2011

Revit Tip - Nested Families and Scheduling

Great tip over at Revit Clinic...  I actually noticed this a while back when using schedules to count plumbing fixtures... Not exactly the same thing, but very similar....


Starting a new series today, with some quick one question Revit quizzes.  If you have any feedback please do not hesitate to leave some comments below…
The scenario is as follows:
 DoorFamilySchedule
You have a custom door family, containing 2 nested shared door families.  You use the host family to lay out the nested families.  When you schedule the doors, you notice each instance of the custom family is being counted as 3 doors versus the expected 2.  Why is this?

Monday, January 24, 2011

Educational Community and Autodesk Labs now share common user name and password

This is great news for us students... Now you know what username to use when asked by Autodesk for EVERYTHING!

Educational Community and Autodesk Labs now share common user name and password

Like the Manufacturing Community, Autodesk Labs uses the Autodesk Single Sign-on login. This is the same system used for Subscription Services. Over the weekend, the Education Community switched over to this system. Now students can use the same user name and password to access Autodesk Labs Education as well as the Education community itself. For more information see the FAQ.

Thursday, January 13, 2011

Revit Tutorial - Hey, What Happened to My Stairs?!

We ran into an interesting issue regarding detail views and plan blowups today in work.  Basically, someone had created a set of stair drawings by blowing up (calling out) the main floor plans and dragging them onto sheets.  Oddly, the stairs looked very strange in the blowup views... Why?  Because they did not have any hidden lines showing the stair continuing above...  A little investigation led me to discover the major difference between using a "Detail Callout" and a "Floor Plan Callout".  

So basically, it all boils down to the way a "Detail View" and a "Plan View" are treated (based on the idea of view range):

On a floor plan view the range is defined as such:

Where:
  1. Top
  2. Cut Plane
  3. Bottom
  4. Offset
  5. Primary Range
  6. View Depth
On a Detail View the range is as follows (similar to that of an elevation or section):


In conclusion, with a top, offset, or primary range... A "Detail View Callout" of a floor plan will not show the stairs above...

The lesson is simple:  When calling out a floor plan make sure the callout type is set to "Floor Plan"...

All images courtesy of Autodesk Revit 2011's help files... 


Revit Tutorials - Simple Component Family Creaton Video Tutorials (STLC)

Nice collection of links compiled by Alan.  Very similar to my Revit Family Creation Series... Which I do plan on continuing soon!

Simple Component Family Creaton Video Tutorials




Roger Cusson of Random Knowledge Studios has created a series of video tutorials and uploaded them to his Youtube Channel,  (unfortunately they don't have sound but they are scripted with comments, so may be more suitable for deaf users, rather than those of us that can hear)


In this series Roger created a Simple Component Family, the family used is the humble coffee table, which is often used when training about family creation

The family has a flexible geometry, so that it can be resized dimensionally and the materials used can be altered by the user.  

Sunday, January 9, 2011

Revit Tutorials/Tips - Parametric Pattern Series

I really hope that this post is old news to all of my readers.  Why?  Because you should be checking out Zach's blog EVERY SINGLE DAY!

Anyways, Zach over at buildz, has been posting a great series called "Parametric Patterns" based on the book Elements of Parametric Design.Sadly I still have yet to purchase the book (it is a bit expensive on a students expense list), but I do plan on buying it one day.  Fortunately, Zach has been breaking down the topics of the book in his blog with great articles, videos, and images.  Personally, I am printing his posts and making a nice book of my own out of it!  I have linked the series below (even though it does not seem to be over just yet.):


Keep an eye out on Zach's blog for more to come... Thanks for the posts Zach, they are great!




Friday, January 7, 2011

New Augi | AEC Edge Magazine

Go check out Steve's blog and download the latest issue of AUGI | AEC Edge Magazine.  There are some worth wile articles with tips and tricks in different areas of Revit.

Also, if you turn to page 38 (after reading Michael Anonuevo's article of course), Michael listed this website as a "great Revit website".  Cool!  Thanks for the free publicity Michael.  I hope some of my links to your blog have brought you traffic as well.

Click here to view Steve's post and download the latest issue.

Monday, January 3, 2011

Revit Tutorial - Speedy Stepped Footings (Method 2)

An email from Andrew sparked an idea in my head... A while back I started the Student to Student Revit guide. I created a stepped footing using the model a mass in place, seen here:

http://therevitkid.blogspot.com/2009/02/student-to-student-revit-guide-part-3.html

This is definitely a way to create a stepped footing... But, if you want to actually utilize the analytical model built into a Revit Structural Wall Footing (you know, getting the I in BIM - Information!) then here is another method.  By the speed in which I created the second set of stepped footings you can decide which is the best one:

Topics covered:

  • Creating a foundation wall.
  • Splitting the wall.
  • Using parameters to create ACTUAL footings...


Sunday, January 2, 2011

Revit Tip - Tagging Madness!

This is a very simple little tool that will save a ton of time.  I always figured this was something most people knew but after showing a few classmates and the feedback they gave me I realized it was video worthy.

Topics Covered:

  • Using the Tag All by... Command
  • Tagging all Doors in a view.
  • Tagging all doors in multiple views.
  • Tagging all Rooms in View and in entire project...