<?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: Filtering exterior walls in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678792#M71926</link>
    <description>&lt;P&gt;Oh no, I stand corrected. Interior walls are also marked as exterior walls using this method. Maybe the same problem as the thread I referenced.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jun 2015 09:45:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-16T09:45:55Z</dc:date>
    <item>
      <title>Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5677706#M71923</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get exterior walls only, but I'm having trouble doing so. At the moment I loop through all the walls in a project, and see if it's exterior or interior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't use the WallType.Function, because this is not always correctly entered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought the following code would provide an answer, but in my example project I also get faces from interior walls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;IList&amp;lt;Reference&amp;gt; sideFaces = HostObjectUtils.GetSideFaces(wall, ShellLayerType.Exterior);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me achieve this? I hope to avoid using a 3D view (ray projection) because of performance concerns and the requirement of having a 3d view in your project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also found the topic &lt;A href="https://forums.autodesk.com/t5/revit-api/wall-interior-or-exterior/m-p/5642826" target="_self"&gt;Wall Interior or Exterior&lt;/A&gt;, but it's not exactly the same question (and there is no answer yet).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 15:19:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5677706#M71923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-15T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678680#M71924</link>
      <description>&lt;P&gt;Hi TorX85,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you wrote:&lt;/P&gt;&lt;P&gt;"[...] because this is not always correctly entered."&lt;/P&gt;&lt;P&gt;That's the point.&lt;/P&gt;&lt;P&gt;Garbage in, garbage out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there is another approach for you: the BuildingEnvelopeAnalyzer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It says in the RevitAPI.chm:&lt;/P&gt;&lt;P&gt;"This class uses a combination of ray-casting and flood-fill algorithms in order to find the building elements that are exposed to the outside of the building. This method can also look for the bounding building elements for enclosed space volumes inside the building."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may fit your needings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Revitalizer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:12:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678680#M71924</guid>
      <dc:creator>Revitalizer</dc:creator>
      <dc:date>2015-06-16T07:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678746#M71925</link>
      <description>&lt;P&gt;Hi Revitalizer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply! Now that you mentioned, I remember finding the thread &lt;A href="https://forums.autodesk.com/t5/revit-api/finding-exterior-walls-by-buildingenvelopeanalyzer/m-p/5647404" target="_self"&gt;Finding Exterior walls by BuildingEnvelopeAnalyzer&lt;/A&gt;, but it states there are possible problems using this method.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I've used the sample code in that thread, and it seems to work in my project even with the default BuildingEnvelopeAnalyzerOptions. I hope this method will proof to be successful in different projects as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;FYI, I forgot to mention that I need floors and roofs as well, but that was an easy modification in the code.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 08:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678746#M71925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T08:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678792#M71926</link>
      <description>&lt;P&gt;Oh no, I stand corrected. Interior walls are also marked as exterior walls using this method. Maybe the same problem as the thread I referenced.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 09:45:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/5678792#M71926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/8000476#M71927</link>
      <description>&lt;P&gt;I raised this issue with the development team, and they say:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BuildingEnvelopeAnalyzer is supposed to be a reliable method to achieve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are problems with the results, this should be filed as a problem report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For us to do so, please submit a minimal reproducible case:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/about-the-author.html#1b" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/about-the-author.html#1b&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To perform your own geometric analysis, you could also look for walls which don't have bounding rooms on both sides. That is easy, assuming rooms have been set in the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 14:43:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/8000476#M71927</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-05-14T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/8005961#M71928</link>
      <description>&lt;P&gt;After further discussion with the development team, they asked: Is the building model enclosed? It needs to be in order for the analyzer to work. In other words, do you have Roof and Floor elements to form enclosed spaces in the model?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 13:48:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/8005961#M71928</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-05-16T13:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering exterior walls</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/8006001#M71929</link>
      <description>&lt;P&gt;I wish I could give you an answer, but I raised this issue almost 3 years ago and it's not relevant to me anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 14:04:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/filtering-exterior-walls/m-p/8006001#M71929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T14:04:48Z</dc:date>
    </item>
  </channel>
</rss>

