<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Deep Inside Revit</title>
	<atom:link href="http://www.pkhlineworks.ca/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pkhlineworks.ca/blog</link>
	<description>Revit and Building Information Modeling</description>
	<lastBuildDate>Sun, 02 Oct 2011 21:20:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Families &#8211; constraints</title>
		<link>http://www.pkhlineworks.ca/blog/2011/10/02/families-constraints/</link>
		<comments>http://www.pkhlineworks.ca/blog/2011/10/02/families-constraints/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 21:20:43 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Families]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[blog link]]></category>
		<category><![CDATA[dimension]]></category>
		<category><![CDATA[reference lines]]></category>
		<category><![CDATA[reference planes]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=296</guid>
		<description><![CDATA[Constraining lies at the heart of parametric families. There are 5 tools that Revit has to let you constrain a family. Locked geometry and linework. Locked dimensions. Equal dimensions. Parametric dimensions (type and instance). Automatic sketch dimensions. The first 4 items are pretty well covered in tutorials so I&#8217;m not going to go into any [...]]]></description>
			<content:encoded><![CDATA[<p>Constraining lies at the heart of parametric families. There are 5 tools that Revit has to let you constrain a family.</p>
<ol>
<li>Locked geometry and linework.</li>
<li>Locked dimensions.</li>
<li>Equal dimensions.</li>
<li>Parametric dimensions (type and instance).</li>
<li>Automatic sketch dimensions.</li>
</ol>
<p><span id="more-296"></span>The first 4 items are pretty well covered in tutorials so I&#8217;m not going to go into any great detail on these. I just wanted to touch on a couple points I haven&#8217;t seen in a tutorial yet.</p>
<p><strong>Geometry and linework</strong> should always be locked to a reference plane or line and then the reference plane or line should be adjusted with labelled parameters. This will make your family more stable and predictable when flexed.</p>
<p><strong>Locking an equal dimension</strong> has the effect of double constraining. Not only will the constrained object maintain its position equally but it&#8217;s length will be fixed as well.</p>
<p><strong>Locking a parametric dimension</strong> will &#8220;<a href="http://wikihelp.autodesk.com/Revit/enu/2012/Help/Revit_User%27s_Guide/0140-Prelimin140/0208-Conceptu208/0261-Forms261/0285-Dimensio285/0291-Locking_291" target="_blank">maintain the parametric relationships between labeled dimensions</a>&#8220;. Huh? This one really needs an example to make sense.</p>
<div id="attachment_300" class="wp-caption alignnone" style="width: 420px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/10/LockedAndLabelled.jpg"><img class="size-full wp-image-300" title="Locked And Labelled" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/10/LockedAndLabelled.jpg" alt="" width="410" height="325" /></a><p class="wp-caption-text">Figure 1.</p></div>
<p>In figure 1 above, the black dashed line is constrained by 2 labelled dimensions which are using the same parameter &#8220;test1&#8243;. The horizontal dimension constrains the length of the line while the vertical dimension controls the lines position relative to the horizontal reference plane (shown in green). If I were to move the dashed line line up or down, the default action of Revit is to change the value of the test1 parameter to the new distance between the horizontal reference plane and the dashed line and as a result the length of the dashed line would change to match this value (since it is labelled with the same parameter). However, if I lock one of the dimensions (it doesn&#8217;t matter which) all the dimension labelled with the same parameter will become locked as well. Which means if I attempt to move the dashed line up or down, Revit will will issue a constraints not satisfied error when it attempts to change the length of the line to the new value (because it is locked).</p>
<p><strong>Automatic sketch dimensions</strong> (autodims) are hardly mentioned in most Revit blogs, tutorials and documentation I&#8217;ve read and are hidden in the Revit family editor by default. Surprising really because these are really the guts of how Revit constrains a family when flexed.</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><em>Important note:</em></span> Temporary dimensions are not the same as  automatic dimensions. Temporary dimensions appear when you select an  object in Revit, autodims remain visible unless specifically turned off. In figure 2 below, the black line is not selected.</p>
<p>As I mentioned autodims are hidden in the Revit family editor by default. This is because every time you create a line or geometry the autodims are automatically created for it and after a while your screen can become quite unreadable. To make the autodims visible here&#8217;s what you need to do:</p>
<ol>
<li>In the &#8220;Visibility/Graphic Overrides&#8221;, go to the &#8220;Annotation Categories&#8221; tab and click the check box next to &#8220;Automatic Sketch Dimensions&#8221;. It is a sub category under &#8220;Dimensions&#8221;.</li>
<li>Draw a reference plane to constrain with a labelled dimension, in figure 2 below I drew a reference plane and labelled it with the test1 parameter (type or instance doesn&#8217;t matter). At least one labelled dimension is required otherwise you can&#8217;t flex the family and therefore autodims wouldn&#8217;t be required.</li>
<li>Draw a line (symbolic or model) and you will notice that blue dimensions automatically appear on the screen. These are the autodims and they are telling you how that line will behave when the model is flexed.</li>
</ol>
<div id="attachment_304" class="wp-caption alignnone" style="width: 441px"><img class="size-full wp-image-304  " title="Automatic dimensions" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/10/SymbolicLineWithAutoDims.jpg" alt="" width="431" height="385" /><p class="wp-caption-text">Figure 2</p></div>
<p>Without the autodims showing it would be easy to think that the black line in figure 2 would not be affected in any way if the parameter test1 was changed. However that autodims show us quickly how it will be changed. On the left side, there is a horizontal autodim connected to the left vertical reference plane (shown in green) and on the right side is another autodim connected to the other vertical reference plane. These autodims act as locked dimensions, so when test1 is set to 5&#8242;-0&#8243; the end points of the lines will be adjusted to maintain the value of the autodims. This will change the length AND angle of the black line, see figure 3 below.</p>
<div id="attachment_306" class="wp-caption alignnone" style="width: 413px"><img class="size-full wp-image-306" title="LongerLine" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/10/LongerLine.jpg" alt="" width="403" height="313" /><p class="wp-caption-text">Figure 3</p></div>
<p>There is a way to change the behavior of autodims. Like normal dimensions the  witness lines can be edited so that the autodims connect to other objects. This is dangerous however because even though an autodim acts like a locked dimension you can still adjust the end point of the line without getting an error. Revit just creates new autodims when the line is manually adjusted and any changes you made to the witness lines of the autodims are lost.</p>
<p>Autodims (being automatic) will self adjust as required in the family editor. When you manually adjust the shape or location of a geometric shape or line the autodims will adjust too. Also if you create a labelled or locked dimension the autodims will also adjust, in this case some might completely disappear if they are over constraining the family.</p>
<p>One last note, autodims of 0&#8242;-0&#8243; means the end point of the line is sitting directly over something and will move with it.</p>
<p><strong>Conclusion</strong></p>
<p>Just a few more handy tips when creating families.</p>
<ul>
<li>When the work plane is based on a reference plane (not a  face), the centre of a circle will  autolock to 2 intersecting ref planes. This is handy for creating things like table legs and it works when  copying too.</li>
<li>When an instance parameter is used between two reference planes, Revit will draw arrows (when the family is used in a project) that the user can drag with a mouse to adjust the distance. No need to go to the properties palette.</li>
<li>Parameters can also based on formulas (similar to formulas in spreadsheets). For example, a parameter can be set to equal the sum of two other parameters or even be set to a certain value if another parameter is greater than a another parameter. This topic is rather lengthy however and I won&#8217;t post on it unless asked too. There is information in the Revit documentation on this.</li>
</ul>
<p>Thanks for reading, see you soon. Feel free to ask questions in the comment area below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2011/10/02/families-constraints/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Families &#8211; Lines</title>
		<link>http://www.pkhlineworks.ca/blog/2011/09/19/families-lines/</link>
		<comments>http://www.pkhlineworks.ca/blog/2011/09/19/families-lines/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:00:43 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Families]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[reference lines]]></category>
		<category><![CDATA[reference planes]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=274</guid>
		<description><![CDATA[This post is a continuation from last weeks posts on families in particular some items the tutorials don&#8217;t cover. Lines If reference planes are the skeleton and labelled dimensions are the muscles of the family, reference lines are the joints in the skeleton. They define which way the parts of the skeleton can bend (rotate) [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a continuation from last weeks posts on families in particular some items the tutorials don&#8217;t cover.</p>
<h4>Lines</h4>
<p>If reference planes are the skeleton and labelled dimensions are the muscles of the family, reference lines are the joints in the skeleton. They define which way the parts of the skeleton can bend (rotate) but they can also do more.</p>
<p><span id="more-274"></span></p>
<h5>Start and end points</h5>
<p>As I mentioned in last weeks post, reference lines have a start and end point, unlike reference planes. This provides additional data to Revit when you are trying to use angular dimension parameters in a family. When constraining a reference line to a reference plane as shown in the image (Fig. 1) below, the vertex point of the rotation is not the intersection of the reference line and the reference plane. It is either the start (1) or end (2) point of the reference line.</p>
<div id="attachment_281" class="wp-caption alignnone" style="width: 434px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/09/reference-line-angle-dim.jpg"><img class="size-full wp-image-281 " title="Reference line with anglular dimension" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/09/reference-line-angle-dim.jpg" alt="" width="424" height="200" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>In this example Revit assumed that the start point (1) of the reference line was meant to keep it&#8217;s relative position to the two reference planes which means that the end point (2) will move when the &#8220;r&#8221; parameter is changed. This can be changed however by locking the end point (2) to the reference planes with locked dimensions. Then the start point (1) will change location.</p>
<p>While we&#8217;re on the topic, the length of a reference line can also be adjusted using parametric dimension or by locking the end points to reference planes. This is how line based families work. I&#8217;ll cover parametric dimensions more in a later post.</p>
<h5>Associated work planes</h5>
<p>Another major difference between reference planes and lines is the number of work places associated with them. A reference plane only defines one work plane which can be named in the properties palette. A reference plane has four work planes associated with it. See figure 2 below.</p>
<div id="attachment_282" class="wp-caption alignnone" style="width: 448px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/09/reference-line-3D-view.jpg"><img class="size-full wp-image-282  " title="A reference line in 3D view." src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2011/09/reference-line-3D-view.jpg" alt="" width="438" height="321" /></a><p class="wp-caption-text">Figure 2. A selected reference line in a 3D view.</p></div>
<p>A reference line has 2 work planes that run along the length of the line and intersect one another along that line. There is also a work plane at the start and end points of the line that are perpendicular to the line. To specify which work plane you want to model or draw on start the &#8220;Set work plane&#8221; command (Select the Home-&gt;Work Plane-&gt;Set icon) and select &#8220;Pick a Plane&#8221; from the popup dialog. Then with your mouse over the reference line press the tab key to cycle through the work planes on the line. You need to be over the start or end point to select that work plane. Drawing on these work planes allows those parts to rotate with the reference line, since the work planes rotate with the line.</p>
<h5>Conclusion</h5>
<p>These posts will get complicated real fast and I&#8217;ll do the best to keep them simple. The best way to learn this stuff is to open Revit and try out what I&#8217;m talking about. In the next post, I&#8217;m going to go over parametric dimensions including automatic dimensions which might help explain some of those mysterious outcomes you have when flexing a model for the first time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2011/09/19/families-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Families &#8211; Planes</title>
		<link>http://www.pkhlineworks.ca/blog/2011/09/12/families-planes/</link>
		<comments>http://www.pkhlineworks.ca/blog/2011/09/12/families-planes/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 12:00:07 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Families]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[reference lines]]></category>
		<category><![CDATA[reference planes]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=262</guid>
		<description><![CDATA[This is the first on a series of posts about Revit families so I&#8217;ll take a moment to describe where I&#8217;m coming from when I write these. I am going to take for granted that the reader knows how to create families and how to use them in Revit. The reason for this is that [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first on a series of posts about Revit families so I&#8217;ll take a moment to describe where I&#8217;m coming from when I write these. I am going to take for granted that the reader knows how to create families and how to use them in Revit. The reason for this is that Revit comes with some rather nice family tutorials and I don&#8217;t want to cover that ground again. Instead I&#8217;m going to go over some quick points that I have noticed many beginner tutorials don&#8217;t cover.</p>
<h3><span id="more-262"></span>References</h3>
<p>There are 2 kinds of references in Revit families: Planes and Lines.</p>
<h5>The Difference</h5>
<p>There is a huge difference between the two and the difference is this: <em>to Revit Planes are infinite in length while Lines have a start and end point</em>. So what? Well it makes a difference if your trying to create a family that has a variable angle (rotation) to part of it. Say a north arrow that also shows a project north at some variable angle off true north. If you attach your project north line-work to an infinite line and then rotate that line what point does it rotate around? Revit needs to know the centre point of the angle that is changing in order for a consistent result to happen. Since a Reference Plane is infinite in length, the centre point can be anywhere along the plane. The result is the plane will rotate but the project north arrow will appear to move away from the true north arrow but never the same way twice.</p>
<p>There are other differences but this is the big one.</p>
<h5>Planes</h5>
<p>Reference planes are the skeleton that give the family it&#8217;s form, while labelled dimensions are the muscles that move it. Everything else should be attached to the skeleton.</p>
<p>When you select a plane there are 3 important properties you can edit in the Properties Pallete:</p>
<ul>
<li>Name &#8211; this property is for making editing the family easier. When you name a reference plane, the name will appear in the pull down list when you are specifying a new work plane.</li>
<li>Is reference &#8211; this property will affect how the family is dimensioned IN A PROJECT. If this is set to &#8220;Not a Reference&#8221;, the plane will not be able to be dimensioned to. It will be completely invisible when loaded into a project. &#8220;Strong&#8221; and &#8220;Weak&#8221; references indicate which plane will be shown by Revit first. To dimension to a weak reference you will have to tab to it. Strong references will always be highlighted first. Any other value here (and you don&#8217;t need to use just the ones given) are for maintaining dimensions when switching to a different family. For example, if you have all your windows dimensioned to the &#8220;Center (Left/Right)&#8221; plane and you change from one window type to another, Revit will re-attach the dimension. If there is no &#8220;Center (Left/Right)&#8221; plane in the new window type the dimension will be deleted.</li>
<li>Defines Origin &#8211; you need to specify 3 planes with the property. Where these 3 planes intersect will align with the mouse cursor when placing the family in a project.</li>
</ul>
<p>There is also the Wall Closure and Scope Box properties. Wall Closure specifies where the wall will wrap in a door or window family. I never use this property since I use drafting views when detailing jamb or sills. I&#8217;m not sure why scope box is there you can&#8217;t create scope boxes in the family editor.</p>
<p>Here are some more tips to make sure your families are stable and flex properly:</p>
<ul>
<li>always lock geometry to reference planes, labelled dimensions should always connect to planes not geometry.</li>
<li>when constraining ref planes with EQ, create the ref planes at equal distances.</li>
<li>when drawing ref planes the left side is always positive. The name always appears at the end point.</li>
</ul>
<p>That&#8217;s it for this week. In the next few posts I&#8217;ll cover reference lines, controls, nested families and auto-dimensions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2011/09/12/families-planes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Going offline</title>
		<link>http://www.pkhlineworks.ca/blog/2011/01/15/going-offline/</link>
		<comments>http://www.pkhlineworks.ca/blog/2011/01/15/going-offline/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 01:28:48 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=266</guid>
		<description><![CDATA[Sorry folks. Due to a sickness in the family, I am unable to put in the time it takes to write a blog on a weekly period. I&#8217;ll be posting them as I can but I can&#8217;t say how frequent that will be.]]></description>
			<content:encoded><![CDATA[<p>Sorry folks. Due to a sickness in the family, I am unable to put in the time it takes to write a blog on a weekly period. I&#8217;ll be posting them as I can but I can&#8217;t say how frequent that will be.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2011/01/15/going-offline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wait for it</title>
		<link>http://www.pkhlineworks.ca/blog/2011/01/08/wait-for-it/</link>
		<comments>http://www.pkhlineworks.ca/blog/2011/01/08/wait-for-it/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 03:53:43 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=260</guid>
		<description><![CDATA[Looks like it will be a little longer before I get a new post up. Life has been rather unsettled since Christmas and not in a good way. Also I&#8217;m having some problems thinking up new topics. Send me an email if you have a topic you want explained. Just go to my contact page.]]></description>
			<content:encoded><![CDATA[<p>Looks like it will be a little longer before I get a new post up. Life has been rather unsettled since Christmas and not in a good way. Also I&#8217;m having some problems thinking up new topics. Send me an email if you have a topic you want explained. Just go to my contact page. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2011/01/08/wait-for-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A wish&#8230;</title>
		<link>http://www.pkhlineworks.ca/blog/2011/01/01/a-wish/</link>
		<comments>http://www.pkhlineworks.ca/blog/2011/01/01/a-wish/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 08:09:14 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=258</guid>
		<description><![CDATA[Happy new years everyone. Hope your having a good time and may this year be better than the last for everyone. I should be back with an Revit related post next weekend.]]></description>
			<content:encoded><![CDATA[<p>Happy new years everyone. Hope your having a good time and may this year be better than the last for everyone. </p>
<p>I should be back with an Revit related post next weekend. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2011/01/01/a-wish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tis the season</title>
		<link>http://www.pkhlineworks.ca/blog/2010/12/19/tis-the-season/</link>
		<comments>http://www.pkhlineworks.ca/blog/2010/12/19/tis-the-season/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 08:00:47 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Revit]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[autocad]]></category>
		<category><![CDATA[coordinates]]></category>
		<category><![CDATA[elevation]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[project base]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=242</guid>
		<description><![CDATA[Tis the season to give. To give change notices and site instructions. It&#8217;s also a season of sharing. Sharing CAD files with consultants so everyone is on the same page. In this weeks post I&#8217;m going to look at sharing information with non-Revit users and how to make it all line up. Yup in this [...]]]></description>
			<content:encoded><![CDATA[<p>Tis the season to give. To give change notices and site instructions. It&#8217;s also a season of sharing. Sharing CAD files with consultants so everyone is on the same page. In this weeks post I&#8217;m going to look at sharing information with non-Revit users and how to make it all line up. Yup in this post I&#8217;ll be explaining the Revit coordinate system and which tools are available to get it to line up with the AutoCAD coordinate system.</p>
<p><span id="more-242"></span>This is a topic filled with mystery and confusion. Partially because Revit doesn&#8217;t let you see the coordinate system like AutoCAD does (and most Revit users are ex-AutoCAD users) but I think the main reasons are poor documentation from Autodesk and really bad tutorials or explanations on the web. When I sat down and really looked into it I found it simple and easy to use. It&#8217;s just a matter of explaining it in a way that lifts the veil of mystery and lets every see how the machine underneath works.</p>
<p><strong><span style="text-decoration: underline;">AutoCAD coordinates</span></strong></p>
<p>AutoCAD use a <a href="http://en.wikipedia.org/wiki/Cartesian_coordinate_system" target="_blank">Cartesian grid</a> called the &#8220;World Coordinate System&#8221; (WCS) to know where to place all objects in the file. This grid cannot be changed by the users. AutoCAD also has a &#8220;User Coordinate System&#8221; (UCS). This is another Cartesian grid that the user CAN change. The user can move and rotate the UCS anywhere on the WCS.</p>
<p><span style="text-decoration: underline;"><strong>Revit coordinates</strong></span></p>
<p>Revit has 3 grids systems. The Project grid which acts like the WCS and also the Project Internal and Shared coordinates which act like the UCS. Until version 2010 the only way you could see where 0,0,0 was in Revit was to import a cad file using origin-to-origin. With 2010, came 2 new features: Project Base Point (which shows the location of the Project grid) and Survey Point (which shows the location of the Shared Coordinates grid). Both of these features are hidden by default. To make them visible in a view go to the &#8220;Visibility\Graphics Overrides&#8221; setting for a model view and look under the &#8220;Site&#8221; category. Their default position is on the origin of the Project grid.</p>
<div id="attachment_245" class="wp-caption alignleft" style="width: 277px"><img class="size-full wp-image-245" title="ProjectBasePoint" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/ProjectBasePoint.jpg" alt="" width="267" height="120" /><p class="wp-caption-text">Project Base Point shown selected.</p></div>
<p><span style="text-decoration: underline;">Project Base Point (PBP)</span></p>
<p>The PBP is just a blue circle with and &#8216;X&#8217; in the middle. When you select the PBP additional information is shown including it&#8217;s location on the Shared Coordinate grid. Also displayed is  a paper clip to the upper left.</p>
<p>Moving the PBP when clipped will relocate all the geometry and model views the same as the &#8220;Relocate project&#8221; command does. This however does not relocate 0,0,0. As you can see in the image to the left the PBP has been moved.</p>
<p>Moving the PBP when unclipped will change the reference for levels, spot elevations and spot coordinates only. The annotations read there position based on the PBP not the Project Internal Grid.</p>
<p>Moving the PBP whether clipped or unclipped will not move the SP.</p>
<div id="attachment_246" class="wp-caption alignleft" style="width: 232px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/SurveyPoint.jpg"><img class="size-full wp-image-246" title="SurveyPoint" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/SurveyPoint.jpg" alt="" width="222" height="120" /></a><p class="wp-caption-text">Survey Point shown selected.</p></div>
<p><span style="text-decoration: underline;">Survey Point (SP)</span></p>
<p>The SP is a blue triangle with a cross in the middle. When selected the SP also shows additional information and has a paper clip. The SP is meant to show an actual physical location in the real world, like a surveyors pin. Something that doesn&#8217;t move and the exact location can be determined on site. This point can be set to a linked file by using the acquire coordinates command and it is what is used to make sure exported CAD files will line up. Only one file in a project can be used to acquire coordinates so all consultants should use the same file. I&#8217;ll run through a scenario later on in this post.</p>
<p>Moving when SP when clipped will move the origin of the Shared Coordinate system and the linked file as well.</p>
<p>Moving the SP when unclipped doesn&#8217;t do anything really except change the coordinates of the SP marker. I don&#8217;t know why anyone would want to do this.</p>
<p>Moving the SP whether clipped or unclipped will not move the PBP. However, the PBP reports it&#8217;s position based on the location of the SP. So whenever the SP is moved the coordinates of the PBP change. This part is confusing I know but you can still get your CAD files to align without understanding this.</p>
<p><span style="text-decoration: underline;">Note:</span> clipped is not the same as pinned. Pinning the PBP and SP will prevent you from moving them completely.</p>
<p><span style="text-decoration: underline;"><strong>One final crack at clarity</strong></span></p>
<p>If your still confused I will offer this one final example using real world items.</p>
<p style="padding-left: 30px;">Your sitting at a desk and on the desk is marked a Cartesian grid with 0,0 in the middle of the desk. Sitting on top of the desk is a clear glass plate it also has a Cartesian grid on it. Paper clipped to the middle of this plate is a picture of a triangle with a cross through it. On top of that plate, there is a second glass plate with yet another Cartesian grid on it. Paper clipped to this glass plate is a 3D model of a building. Moving either one of the glass plates does not affect the other glass plate.</p>
<p style="padding-left: 30px;">Does that help to make it more clear. The desk is the Project grid you can&#8217;t move it at all. The first glass plate is the Survey Point and Shared Coordinate grid. If you remove the paper clip from the SP you can move it around on the glass plate without affecting the grid location. If you leave it clipped you move both. The second glass plate is the Project Base Point and Project Internal grid. If you remove the paper clip on this plate you can slide the plate under the 3D model. If you leave it clipped you move both together.</p>
<p><span style="text-decoration: underline;"><strong>A scenario in Revit</strong></span></p>
<p>Alright let&#8217;s do a step by step using the Big Box Blog Store as a scenario. However, I&#8217;m not going to be starting with the civil drawing like most other tutorials do. The firm I work for has a very large client with many stores. It is important that the CAD files all line up to the clients fixture CAD file. Also the building has usually been modeled in Revit before the client sends the finalized fixture layout. Which means I can&#8217;t link the fixture DWG using the origin-to-origin option.</p>
<p style="padding-left: 30px;"><strong>Step #1</strong> &#8211; Link the fixture layout into the Revit project using the centre-to-centre option. Next move and rotate the fixture layout to align with you building and pin the linked file to the location. This has been done in the image below. The text note is pointing out the origin of the CAD file, not Revit.</p>
<p style="padding-left: 30px;">
<div id="attachment_252" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Floor-plan-with-SP.jpg"><img class="size-medium wp-image-252" title="Floor plan with SP" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Floor-plan-with-SP-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Floor plan with linked fixtures and SP selected</p></div>
<p style="padding-left: 30px;"><strong>Step #2</strong> &#8211; Activate the &#8220;Acquire Coordinates&#8221; command (Manage tab -&gt; Coordinates panel) and select the linked file. The Survey Point should now appear when the linked file&#8217;s origin point is and it&#8217;s coordinates should read 0,0,0. In the image below, you&#8217;ll also notice the Project Base Point hasn&#8217;t changed location.</p>
<p style="padding-left: 30px;">
<div id="attachment_253" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Floor-plan-2.jpg"><img class="size-medium wp-image-253" title="Floor plan 2" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Floor-plan-2-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Floor plan showing relocated SP</p></div>
<p style="padding-left: 30px;"><strong>Step #3</strong> &#8211; When exporting to DWG make sure you set the &#8220;Coordinate system basis&#8221; on the &#8220;DWG Properties&#8221; to &#8220;Shared&#8221;. To make sure it all works open the linked DWG file in AutoCAD and insert your exported floor plan to the 0,0,0 origin. The plans should line up perfectly and so should the consultants if they all use the fixture DWG to define their origin points too.</p>
<p>Well that was a long post for a simple 3 step process. If you still have any questions send me an email or leave a comment on the <a href="http://www.facebook.com/pages/ReVVed/138077002879123#!/pages/ReVVed/138077002879123?ref=ts" target="_blank">ReVVed Facebook</a> page.</p>
<p>PS &#8211; with the coming onslaught of the Christmas season I&#8217;ll be taking a break from blogging to do some serious nogging. See you next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2010/12/19/tis-the-season/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To top it off</title>
		<link>http://www.pkhlineworks.ca/blog/2010/12/11/to-top-it-off/</link>
		<comments>http://www.pkhlineworks.ca/blog/2010/12/11/to-top-it-off/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 19:42:20 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Modeling]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[beam system]]></category>
		<category><![CDATA[elevation]]></category>
		<category><![CDATA[OWSJ]]></category>
		<category><![CDATA[roof]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[structure]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=221</guid>
		<description><![CDATA[Back to the roof of the Big Box Blog Store. In last week&#8217;s post, the structure for the roof was setup and properly sloped to future drains so that sections would display properly. In today&#8217;s post, we&#8217;ll add a roof assembly, sloped of course, then I&#8217;ll show how to add skylights without affecting the slope [...]]]></description>
			<content:encoded><![CDATA[<p>Back to the roof of the Big Box Blog Store. In last week&#8217;s post, the structure for the roof was setup and properly sloped to future drains so that sections would display properly. In today&#8217;s post, we&#8217;ll add a roof assembly, sloped of course, then I&#8217;ll show how to add skylights without affecting the slope lines on the roof , adjust the roof structure for the skylight and finally add a clerestory skylight. I&#8217;m going to skim over the easy stuff. I&#8217;m assuming everyone reading this post knows how to add a basic flat roof by footprint, for example. Instead I&#8217;ll focus more on the extra steps it takes to get the roof looking like it should. Those steps usually not taught in the Revit courses.</p>
<p><span id="more-221"></span></p>
<p><span style="text-decoration: underline;"><strong>Step #1 &#8211; Adding a Roof</strong></span></p>
<ol>
<li>Select the &#8220;Roof by footprint&#8221; tools and use the &#8220;Pick walls tool&#8221; to select the walls. Make sure defines slope checkbox is unchecked. This is because flat roofs are not defined by slope (4 in 12) but by datum elevation points that are relative to the underside of the deck (-6&#8243;).</li>
<li>Make sure roof assembly has no &#8220;variable&#8221; layers, unless using sloped insulation. Otherwise only the variable layers will change and not the entire roof assembly like we want in this example.</li>
<li>Select the roof and use the &#8220;Add point&#8221; tool in the &#8220;Shape editing&#8221; panel. Specify a -6&#8243; elevation that is relative to the current level and place a couple points where the beams along gridline &#8216;B&#8217; end.</li>
</ol>
<p>In the images below I show the final roof layout. The elevations I show are noting the top of the roof assembly instead of the underside of the deck but you can see there is a 6&#8243; slope. You can always reselect the points you added and change the elevation at a later time too.</p>
<div id="attachment_225" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-roof-plan.jpg"><img class="size-medium wp-image-225" title="BBB roof plan" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-roof-plan-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">The Roof Plan</p></div>
<div id="attachment_226" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-section-with-roof.jpg"><img class="size-medium wp-image-226" title="BBB section with roof" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-section-with-roof-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Building Section</p></div>
<p style="text-align: left;"><span style="text-decoration: underline;"><strong>Step #2 &#8211; Adding the skylight opening</strong></span></p>
<p>There&#8217;s not much to this step but it is important to use the &#8220;Vertical opening&#8221; tool instead of adding a hole in the roof boundary. This is because the roof slop should continue past the skylight uninterrupted. By adjusting the roof boundary, Revit will make the border of the skylight at 0&#8243; elevation which will mess up the slope lines. The &#8220;Vertical opening&#8221; tool is applied after the roof is created and so doesn&#8217;t affect the roof slope (it acts like a void extrusion). The images below demonstrate what I mean.</p>
<div id="attachment_231" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-skylight-opening-wrong.jpg"><img class="size-medium wp-image-231" title="BBB skylight opening wrong" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-skylight-opening-wrong-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Skylight opening by roof boundary (wrong way)</p></div>
<div id="attachment_230" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-skylight-opening-right.jpg"><img class="size-medium wp-image-230" title="BBB skylight opening right" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/BBB-skylight-opening-right-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Skylight opening by vertical opening (right way)</p></div>
<p><span style="text-decoration: underline;"><strong>Step #3 &#8211; Adjusting the roof structure</strong></span></p>
<p>You probably noticed that the skylight opening exposes 2 joists below the roof. The architect doesn&#8217;t want these joists blocking the light so we&#8217;ll need to adjust the structure supporting the roof here. Revit allows for this without too much effort or MATH. The last thing we want to do is to be using trigonometry to calculate beam vertical offsets on a slope that is less than 2%. Well put away the calculators you don&#8217;t need them.</p>
<p>In this step we are going to put W16 beams around the skylight opening and then replace the OWSJ&#8217;s that run through the skylight with W12 beams. See the image below.</p>
<div id="attachment_235" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Skylight-structural-layout.jpg"><img class="size-medium wp-image-235" title="Skylight structural layout" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Skylight-structural-layout-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Final skylight structural layout</p></div>
<ol>
<li>Add W16 beam&#8217;s to support the end of the joists at the skylight. Make sure you check &#8220;3D snapping&#8221; when placing the beams, Revit will attached the beams to the joists at wither end of the skylight opening. However, we need to raise the beams 5&#8243; to match beam system offset which we added last week to adjust for the OWSJ seat depth. No problem, just use Z-direction justification parameter on the W16&#8242;s. Set the justification to &#8220;Other&#8221; and then set the amount to +5&#8243;. See no math required. The top of the W16 beams now matches the joists on either side.</li>
<li>Now we need to edit the beam system so the joists don&#8217;t run through the skylight. Before starting change the joist type to 2&#215;10 joists (this will increase regeneration speed) in the beam system properties. Next edit the boundary to create a boundary hole around the skylight. Use the &#8220;Pick supports&#8221; tool to select the W16 beams and connect these lines with boundary lines to create a rectangle. When you click finish you&#8217;ll see the 2 joists at the skylight will become 4 joists, 2 on either side of the opening.</li>
<li>However something is not quite right. If you look at the section below you&#8217;ll see the 4 shorter joists come in at the default height, not sloped like our other joists. Toggle 3D constraint on beam system to return joists to proper seating, that is check the checkbox and click apply and the uncheck the checkbox and click apply again. Your 4 joists will then look like the second image below. Still not quite right.</li>
<li>Simple to fix this just unpin the 2 joists at the wall and drop end at wall -5&#8243; again. Revit pins these joists when boundary is edited. See still no math required.</li>
<li>The final step is to switch the 4 joists to W12 and switch joists at ends of opening to W16. The you can select the beam system and change the default joist type back to the OWSJ. The joist&#8217;s you changed to W12&#8242;s and W16&#8242;s will remain unchanged.</li>
</ol>
<div id="attachment_234" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Cut-joists-at-default-height.jpg"><img class="size-medium wp-image-234" title="Cut joists at default height" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Cut-joists-at-default-height-300x187.jpg" alt="Joists at default height." width="300" height="187" /></a><p class="wp-caption-text">Joists at default height</p></div>
<div id="attachment_233" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Cut-joists-after-3D-toggle.jpg"><img class="size-medium wp-image-233" title="Cut joists after 3D toggle" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Cut-joists-after-3D-toggle-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Joists after 3D toggle</p></div>
<p><span style="text-decoration: underline;"><strong>Step #4 &#8211; The clerestory skylight</strong></span></p>
<p>The clerestory skylight is nothing special. I just added four walls around the skylight opening and then another sloped roof aver the walls then I attached the top and bottom of the walls to the appropriate roof assembly and added a window in one side. One thing I wanted to point out when I attached the bottom of the wall to the main roof the insulation on the roof was automatically cut back for me by Revit. The structural layer of the wall is connected to the structural layer of the roof assembly. The image below shows the finished skylight.</p>
<div id="attachment_232" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Clerestory-skylight.jpg"><img class="size-medium wp-image-232" title="Clerestory skylight" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/Clerestory-skylight-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">The finished clerestory skylight in section</p></div>
<p><span style="text-decoration: underline;"><strong>Retraction</strong></span></p>
<p>In last weeks post, I mentioned that I would also be adding a decking profile to the roof assembly so all the sections would show this correctly. You can&#8217;t add deck profiles to roofs yet, only to floor assemblies. Hopefully, Autodesk will add this soon.</p>
<p>See you next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2010/12/11/to-top-it-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look over there!</title>
		<link>http://www.pkhlineworks.ca/blog/2010/12/07/look-over-there/</link>
		<comments>http://www.pkhlineworks.ca/blog/2010/12/07/look-over-there/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 05:28:21 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Revit]]></category>
		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=219</guid>
		<description><![CDATA[Just wanted to point out an excellent blog post at the Revit Clinic blog. There was an excellent post on why certain objects appear in plan view and why some don&#8217;t. &#8220;Revit view range exceptions&#8221; is the title of the post. Here&#8217;s the link.]]></description>
			<content:encoded><![CDATA[<p>Just wanted to point out an excellent blog post at the Revit Clinic blog. There was an excellent post on why certain objects appear in plan view and why some don&#8217;t. &#8220;Revit view range exceptions&#8221; is the title of the post. <a href="http://revitclinic.typepad.com/my_weblog/2010/12/revit-view-range-exceptions.html" target="_blank">Here&#8217;s the link.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2010/12/07/look-over-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roof layouts</title>
		<link>http://www.pkhlineworks.ca/blog/2010/12/05/roof-layouts/</link>
		<comments>http://www.pkhlineworks.ca/blog/2010/12/05/roof-layouts/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 08:00:24 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Modeling]]></category>
		<category><![CDATA[Revit]]></category>
		<category><![CDATA[Structural]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[elevation]]></category>
		<category><![CDATA[joist]]></category>
		<category><![CDATA[OWSJ]]></category>
		<category><![CDATA[plane]]></category>
		<category><![CDATA[roof]]></category>
		<category><![CDATA[section]]></category>

		<guid isPermaLink="false">http://www.pkhlineworks.ca/blog/?p=195</guid>
		<description><![CDATA[I recently started a new supermarket renovation project and came to the point of putting the existing roof onto the building. I&#8217;ve done flat roof&#8217;s before but this time I realized I still had gaps in my knowledge about how Revit goes about this. I always got the roofs just close enough to look right [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started a new supermarket renovation project and came to the point of putting the existing roof onto the building. I&#8217;ve done flat roof&#8217;s before but this time I realized I still had gaps in my knowledge about how Revit goes about this. I always got the roofs just close enough to look right but still had some errors in the model that could cause problems down the line. So as any technologist would do I searched the internet for any tutorials I could find. The best tutorial I found was at <a href="http://www.cadclips.com/" target="_blank">CAD Clips</a>, but it was for Revit 2009 and still didn&#8217;t cover a few points that I was missing. In fact, most of the tutorials I found were missing the few points I needed.</p>
<p><span id="more-195"></span></p>
<p>I&#8217;ll be using RAC 2011 for this post as I work in the architectural field, not structural. So if I miss any important structural items, you&#8217;ll know why. Why do I bother modeling the structure of the building? The first reason is; the structural engineer on this project doesn&#8217;t use Revit so I can&#8217;t get him to do it. The second reason is; between reflected ceiling plans, wall sections, building sections and interior elevations there are many views which will be showing the roof structure and so taking the time to model it means you don&#8217;t have to worry about drafting it into a dozen views later on. Remember, if your only going to see it in one view, it&#8217;s not worth creating a complex model for it.</p>
<p><strong><span style="text-decoration: underline;">How to layout an OWSJ system&#8230;.completely.</span></strong></p>
<p style="padding-left: 30px;"><strong>Step one</strong> &#8211; layout the supporting beams. You don&#8217;t need to start with columns first. In fact, in this case it is desirable not to because the columns need to attach to the beams, not the other way around. This is because the beams cantilever past the columns, a trick used by structural engineers to reduce the span and thus the required size of beams. See the image below.</p>
<div id="attachment_202" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-1.jpg"><img class="size-medium wp-image-202" title="Roof plan" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-1-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Roof plan</p></div>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;"><strong>Step two</strong> &#8211; layout the beam system for the OWSJ&#8217;s. However, instead of using OWSJ, I&#8217;m going to begin with 2&#215;10 dimensional lumber. This is because the computer can render the simple geometry of a 2&#215;10 faster than the complex geometry of an OWSJ. Later on I can set the joist type to an OWSJ. The screen-shot below shows a section through our building. Nothing special so far, the roof is indeed flat (too flat) and the top of the structure is all at the underside of deck level where I laid it out.</p>
<p style="padding-left: 30px;">
<div id="attachment_205" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-2.jpg"><img class="size-medium wp-image-205" title="Building Section" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-2-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Building Section</p></div>
<p style="padding-left: 30px;">Note: when I laid out the beam systems, I used the &#8220;Pick Supports&#8221; tool to select the beams and walls that the joists would be bearing on.</p>
<p style="padding-left: 30px;"><strong>Step three</strong> &#8211; lets add some slope to our roof. I&#8217;m going to add a 6&#8243; slope to the roof with the low points at the beam ends. The first time I laid out a roof like this I would end the beam over the column and use the &#8220;Start\End Extension&#8221; parameter to set the cantilever distance. However this makes setting the slope more difficult as the &#8220;Start\End Level Offset&#8221; lowers the beam at the column point and not at the end of the beam like I wanted. It is also important to take into account the seat depth of the OWSJ at this point. The beams don&#8217;t sit at the underside of the deck, they sit below the joists and the joists sit at the underside of deck level. I&#8217;m going to use the DLH Series Bar Joist that comes with Revit. It has a 5&#8243; seat depth. So I need to drop the beam end at the concrete block wall 5&#8243; and the beam end near the columns 11&#8243; (6&#8243; slope + 5&#8243; seat depth). See image below.</p>
<p style="padding-left: 30px;">
<div id="attachment_206" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-3.jpg"><img class="size-medium wp-image-206" title="Roof framing plan" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-3-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Roof framing plan</p></div>
<p style="padding-left: 30px;">Hints: You can modify the Level Offset of 2 beams at the same time if the beams have a common end point. Just select both beams and the offset will appear at the common end. Also sometimes you will have to adjust the beam cutback when you are adjusting the level offset, to avoid the condition shown in the image below. The beams should end where the arrow indicates but a beam cutback has forced on beam back. Just activate the &#8220;Column\Beam Join&#8221; tool in the Modify -&gt; Geometry panel. You&#8217;ll see arrows appear next to the beam ends, when you click on one of the arrows the beams should act normally. See image #2 below.</p>
<p style="padding-left: 30px;">
<div id="attachment_207" class="wp-caption alignleft" style="width: 202px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-3-warning.jpg"><img class="size-thumbnail wp-image-207" title="Incorrect beam cut backs" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-3-warning-150x150.jpg" alt="" width="192" height="192" /></a><p class="wp-caption-text">Image #1</p></div>
<div id="attachment_208" class="wp-caption alignleft" style="width: 215px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-3-beam-joins.jpg"><img class="size-thumbnail wp-image-208 " title="step 3 beam joins" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-3-beam-joins-150x150.jpg" alt="" width="205" height="205" /></a><p class="wp-caption-text">Image #2</p></div>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">
<p style="padding-left: 30px;"><strong>Step four</strong> &#8211; once the slope has been added select the beam systems and change the joist types to the OWSJ. Looking at a section through half the building (see image below) now we can see that the beam end near the wall is at the level of the underside of the deck but the other end is at the same height as the beam. This is incorrect because OWSJ&#8217;s sit on top of the beam. To fix this select the beam system and add the seat depth (5&#8243;) to the elevation parameter. Now the OWSJ&#8217;s sit on top of the beam but the end at the wall is 5&#8243; above the underside of deck level. Still not quite right. The last step required is to select all the OWSJ&#8217;s in the beam system, unpin them from the system and deduct 5&#8243; from joist level offset at the wall end. Looking at the section again shows the OWSJ&#8217;s now slope as they should. See image #2 below.</p>
<p style="padding-left: 30px;">
<div id="attachment_210" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-4.jpg"><img class="size-medium wp-image-210 " title="step 4" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-4-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Image #1</p></div>
<div id="attachment_209" class="wp-caption alignnone" style="width: 310px"><a href="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-4-image-2.jpg"><img class="size-medium wp-image-209 " title="step 4 image 2" src="http://www.pkhlineworks.ca/blog/wp-content/uploads/2010/12/step-4-image-2-300x187.jpg" alt="" width="300" height="187" /></a><p class="wp-caption-text">Image #2</p></div>
<p style="padding-left: 30px;">Note: It is more efficient to wait until the end of step four to change the joists from 2&#215;10 to OWSJ&#8217;s. Even this little project took a minute to regenerate when the beam system slopes were adjusted.</p>
<p style="padding-left: 30px;"><strong>Step five</strong> &#8211; add the columns. Just drop them at the grid line intersections and then attach the top to the beam above them and the column height will adjust automatically to reach the bottom of the beam.</p>
<p>That&#8217;s it for now, next week I&#8217;ll put a sloped roof assembly on the OWSJ&#8217;s and show how to add a deck profile so all your wall sections show the metal deck without having to draft it in after.</p>
<p>PS &#8211; if anyone wants a copy of the project file I created in today&#8217;s post, send me an email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pkhlineworks.ca/blog/2010/12/05/roof-layouts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

