<?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: Get Specific surface area from an element in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403099#M74983</link>
    <description>&lt;P&gt;i try use the method&amp;nbsp;FaceIntersectionFaceResult.. still cannot be done..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2014 04:02:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-14T04:02:35Z</dc:date>
    <item>
      <title>Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5400117#M74980</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have an issue of getting specific surface area of the an element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screenshot for my reference for explaining the issue&lt;/P&gt;&lt;P&gt;I am able to get the side surface area of the column and now i can determine which elements are&amp;nbsp;joining with the column.&lt;/P&gt;&lt;P&gt;And now I want to deduct the clashed/joined surface area of the beam and the floor (red highlighted Box)&lt;/P&gt;&lt;P&gt;However, the floor has 20 faces and this causes me that i cannot determine which surface area to get. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea on how i can achieve this?&amp;nbsp;&lt;IMG title="SurfaceArea.JPG" alt="SurfaceArea.JPG" src="https://forums.autodesk.com/t5/image/serverpage/image-id/140309iD586ADB809F8A872/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 03:56:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5400117#M74980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-13T03:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5400465#M74981</link>
      <description>&lt;P&gt;Dear Jasonkhc,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Query the element geometry just like you are doing now, and than use the&amp;nbsp;Element.GetGeneratingElementIds method to determine where&amp;nbsp;those small faces are coming from. I would expect the floor to be reported as the generating element:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2011/07/top-faces-of-wall.html&amp;quot;&amp;gt;Top" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2011/07/top-faces-of-wall.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2012/01/opening-geometry.html&amp;quot;&amp;gt;Opening" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2012/01/opening-geometry.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/03/supporting-columns.html&amp;quot;&amp;gt;Revit" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/03/supporting-columns.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/05/couchdb-implementation-and-github-repository.html&amp;quot;&amp;gt;CouchDB" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/05/couchdb-implementation-and-github-repository.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2014 08:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5400465#M74981</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-13T08:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403053#M74982</link>
      <description>&lt;P&gt;&lt;SPAN&gt;GetGeneratingElementIds does not work to floor and column, and it is not really consistent when i use&amp;nbsp;GetGeneratingElementIds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I test it using beam and we can see it is not consistent like&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The first beam can detect all the columns and floor attached to it but the second only only can detect one column but not the other column&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG title="firstTest.png" alt="firstTest.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/140667i37472E759600EFAC/image-size/small?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&amp;nbsp;&lt;IMG title="secondTest.png" alt="secondTest.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/140669iBC751159E885D731/image-size/small?v=mpbl-1&amp;amp;px=-1" border="0" /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 02:47:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403053#M74982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-14T02:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403099#M74983</link>
      <description>&lt;P&gt;i try use the method&amp;nbsp;FaceIntersectionFaceResult.. still cannot be done..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 04:02:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403099#M74983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-14T04:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403223#M74984</link>
      <description>&lt;P&gt;Then I suggest you explore the purely geometry based approaches I describe in the links above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They seem to be garbled in my first answer, so I am adding them here again:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2011/07/top-faces-of-wall.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2011/07/top-faces-of-wall.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2012/01/opening-geometry.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2012/01/opening-geometry.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/03/supporting-columns.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/03/supporting-columns.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/05/couchdb-implementation-and-github-repository.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/05/couchdb-implementation-and-github-repository.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 06:59:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403223#M74984</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-14T06:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403399#M74985</link>
      <description>&lt;P&gt;so revit do not provide the method to determine size of&amp;nbsp;surface area of floor that is touches the column selected right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have to do manual calculation in the geometry right?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 08:44:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403399#M74985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-14T08:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get Specific surface area from an element</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403467#M74986</link>
      <description>&lt;P&gt;2 x yes.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:12:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/get-specific-surface-area-from-an-element/m-p/5403467#M74986</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-11-14T09:12:21Z</dc:date>
    </item>
  </channel>
</rss>

