<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Surface in columns in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855209#M51779</link>
    <description>&lt;P&gt;I will check the BuilInParameter. Thank for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Javi&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2018 08:25:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-15T08:25:13Z</dc:date>
    <item>
      <title>Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7845509#M51775</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am checking the surface of two columns. One one of them is a circular section and the other a square column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dimensions of the rectangular section is 0.475x0.61x4, which means a surface of 9.2595. However the area parameter gives 4.63, exactly the half.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the case of circular section, has a radio of 0.30 and a length of 4.0, so its area is 3.911. But its ara parameter has a value of 1.956, it is half again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone could say me&amp;nbsp; why it happens. I reckon the area parameter is the surface of column, am I wrong?, it is other area?.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Javi&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 11:22:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7845509#M51775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T11:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7845751#M51776</link>
      <description>&lt;P&gt;Have you checked if the units are correct? By default, Revit API gives you the result in inches, for example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try to add this to your code:&lt;/P&gt;&lt;PRE&gt;Area = UnitUtils.ConvertFromInternalUnits(area.AsDouble(), DisplayUnitType.DUT_SQUARE_METERS);&lt;/PRE&gt;&lt;P&gt;where area is your parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ruben&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 12:40:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7845751#M51776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7846763#M51777</link>
      <description>&lt;P&gt;As far as I can tell surface area isn't a built in parameter of a structural column family.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are talking about parameters associated with the section shape then these are filled in by the family author. If you are talking about another parameter (based on formulas)&amp;nbsp;then the&amp;nbsp;family author created those and Revit makes no judgement about their accuracy. You can edit family to see what is perhaps being done wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless you can indicate the built in parameter these are associated with?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 17:22:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7846763#M51777</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2018-03-12T17:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855202#M51778</link>
      <description>&lt;P&gt;I checked , is not a problem of units. But thanks for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Javi&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:23:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855202#M51778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T08:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855209#M51779</link>
      <description>&lt;P&gt;I will check the BuilInParameter. Thank for your answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Javi&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:25:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855209#M51779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855214#M51780</link>
      <description>&lt;P&gt;I've checked that myself and I think i know what you mean.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This post can clarify a bit:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/revit-api-forum/door-and-window-area/m-p/7853331#M29493" target="_blank"&gt;https://forums.autodesk.com/t5/revit-api-forum/door-and-window-area/m-p/7853331#M29493&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I've tried now and the Area of a column is the total area of the solid:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(i.e.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;[B+H] x 2 x height +&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BxHx2)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; / 2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; (area of the lateral&amp;nbsp; &amp;nbsp; &amp;nbsp; + area of top/bottom of column ) / 2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;e.g. a column have B=0.5 m, H=1m and height of 4m. The area will be 6.5m2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The same thing is for beams.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, the are that Revit shows is the area of the total surface of the column divided by 2. Why is that? I don't know...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if you want to obtain the true section area you have to first obtain the B, then the H and then multiply (square column). For the circular, you just need the pi x R^2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ruben&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 08:30:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7855214#M51780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-15T08:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Surface in columns</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7857768#M51781</link>
      <description>&lt;P&gt;If you are speaking of the parameter below then I don't think it holds true that it is always half the actual surface area. I have this column that magically takes up no space at all (I section perhaps).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This parameter is not something inherently useful to the structural&amp;nbsp;framing/columns categories concerned it would seem. I think we need to see if such things are visible in the UI as that helps certify their fitness for purpose in terms of being information for end user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1503a.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/476140i53034DFD50FFDB08/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1503a.PNG" alt="Capture1503a.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 21:14:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/surface-in-columns/m-p/7857768#M51781</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2018-03-15T21:14:18Z</dc:date>
    </item>
  </channel>
</rss>

