<?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: Access Wall Faces in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6657166#M62177</link>
    <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mean structure of wall ? Please see image....&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="1.png" style="width: 571px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/287750i2153415938CBD4C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to find this you can use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CompoundStructure cs = (el as WallType).GetCompoundStructure();&lt;BR /&gt;if (cs != null &amp;amp;&amp;amp; cs.GetLayers().Count &amp;gt; count)&lt;BR /&gt;{&lt;BR /&gt;foreach (CompoundStructureLayer csl in&lt;SPAN&gt;cs.GetLayers()&lt;/SPAN&gt;)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2016 12:55:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-31T12:55:57Z</dc:date>
    <item>
      <title>Access Wall Faces</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6657065#M62176</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am pretty new to API. Basically I find other codes and try to modify them to my needs:) What I try to do is to access wall core faces, namely core face interior and core face exterior.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;HostObjectUtils.GetSideFaces(element, ShellLayerType.Exterior) This is only accessing the very outside face of the wall. How do I access the core layers?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 12:15:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6657065#M62176</guid>
      <dc:creator>caltineller</dc:creator>
      <dc:date>2016-10-31T12:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Access Wall Faces</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6657166#M62177</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mean structure of wall ? Please see image....&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="1.png" style="width: 571px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/287750i2153415938CBD4C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to find this you can use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CompoundStructure cs = (el as WallType).GetCompoundStructure();&lt;BR /&gt;if (cs != null &amp;amp;&amp;amp; cs.GetLayers().Count &amp;gt; count)&lt;BR /&gt;{&lt;BR /&gt;foreach (CompoundStructureLayer csl in&lt;SPAN&gt;cs.GetLayers()&lt;/SPAN&gt;)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 12:55:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6657166#M62177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-31T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Access Wall Faces</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6659168#M62178</link>
      <description>&lt;P&gt;Yes, but this is not I want. I'm trying to give dimensions to Core Boundarys. From Core to Core. Counting will not work for me, because I have many types of walls in my project. So I need a direct access to this Core definition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example picture you can see how I want my dimension to look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 06:57:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6659168#M62178</guid>
      <dc:creator>caltineller</dc:creator>
      <dc:date>2016-11-01T06:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Access Wall Faces</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6659431#M62179</link>
      <description>&lt;P&gt;Take a look at the notes on the &lt;A href="http://www.revitapidocs.com/2017/dc1a081e-8dab-565f-145d-a429098d353c.htm" target="_self"&gt;CompoundStructure&lt;/A&gt;&amp;nbsp;class. It looks like you can get the core details.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 10:40:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/6659431#M62179</guid>
      <dc:creator>matthew_taylor</dc:creator>
      <dc:date>2016-11-01T10:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access Wall Faces</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/13728556#M84299</link>
      <description>&lt;P&gt;have you found any solution for this?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 06:28:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/access-wall-faces/m-p/13728556#M84299</guid>
      <dc:creator>Annonymous24</dc:creator>
      <dc:date>2025-07-17T06:28:16Z</dc:date>
    </item>
  </channel>
</rss>

