<?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: Create dimension to wall centerline, center of core, faces of core in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7603050#M72996</link>
    <description>&lt;P&gt;Hello Fair99,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to get references from floor layers,&lt;/P&gt;
&lt;P&gt;I tested your code for floor and i only get top and bottom layers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 23:17:53 GMT</pubDate>
    <dc:creator>desdinova</dc:creator>
    <dc:date>2017-12-06T23:17:53Z</dc:date>
    <item>
      <title>Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5577704#M72968</link>
      <description>&lt;P&gt;I'm trying to create dimensions to walls via the API. It is possible to get a reference to a wall's centerline, center of core, and faces of core? These options are avaiable when creating dimensions in the Revit UI.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Apr 2015 15:13:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5577704#M72968</guid>
      <dc:creator>boostyourbim</dc:creator>
      <dc:date>2015-04-09T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5578450#M72969</link>
      <description>&lt;P&gt;Dear Boostyourbim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have heard about this and similar issues in the past and think they were rsolved recently...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked whether the&amp;nbsp;Options.IncludeNonVisibleObjects property returns the features you need?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You obviously also have to set&amp;nbsp;Options.ComputeReferences&amp;nbsp;to true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If nothing else helps, you might have to create a place holder model line, keep it up to date with the wall using DMU, and dimension to that...&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;</description>
      <pubDate>Thu, 09 Apr 2015 22:20:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5578450#M72969</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-04-09T22:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5580683#M72970</link>
      <description>&lt;P&gt;Thanks Jeremy. The attached code is able to create the dimension shown in red in the screenshot. This includes the center of core and wall centerline. However, it raises two questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Two of the faces have a null reference. These appear to be the faces of the core centerline. Any idea how to get these references or is this a bug in the API?&lt;/LI&gt;&lt;LI&gt;What's the best way to differentiate the core centerline face &amp;amp; the wall centerline face? Some geometric analysis of faces &amp;amp; distances between origins is possible, but what about when these two faces are coincident? It still matters which is which because the wall structure can be modified so the core centerline moves off the wall centerline.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Would you agree that ideally there would be these new methods added to HostObjectUtils? GetCoreFaces(), GetCoreCenterline(), GetCenterline()&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 14:52:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5580683#M72970</guid>
      <dc:creator>boostyourbim</dc:creator>
      <dc:date>2015-04-10T14:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5580841#M72971</link>
      <description>&lt;P&gt;Dear Boostyourbim,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for exploring further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll take a look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy weekend!&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;</description>
      <pubDate>Fri, 10 Apr 2015 16:00:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5580841#M72971</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-04-10T16:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5581124#M72972</link>
      <description>&lt;P&gt;Ah; one of the three methods you suggest is superfluous:&amp;nbsp;&lt;SPAN&gt;GetCenterline() is not needed, because the wall location line is always at the wall centre, isn't it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2015 18:53:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5581124#M72972</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-04-10T18:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5581130#M72973</link>
      <description>But the reference of the LocationCurve.Curve is null, and the use case here is to get references that can be used to create dimensions.&lt;BR /&gt;&lt;BR /&gt;Element e = doc.GetElement(uidoc.Selection.PickObject(ObjectType.Element));&lt;BR /&gt;LocationCurve lc = e.Location as LocationCurve;&lt;BR /&gt;Reference lcRef = lc.Curve.Reference;</description>
      <pubDate>Fri, 10 Apr 2015 18:58:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5581130#M72973</guid>
      <dc:creator>boostyourbim</dc:creator>
      <dc:date>2015-04-10T18:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5597586#M72974</link>
      <description>&lt;P&gt;Any traction on this one? &amp;nbsp;I'm also working on automating some dimensioning and dimensioning the core is somewhat important &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 18:39:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5597586#M72974</guid>
      <dc:creator>BobbyC.Jones</dc:creator>
      <dc:date>2015-04-17T18:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5597716#M72975</link>
      <description>&lt;P&gt;Dear Bobby,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I fully concur!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But don't hold you breath...&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;</description>
      <pubDate>Fri, 17 Apr 2015 20:10:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5597716#M72975</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2015-04-17T20:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5602412#M72976</link>
      <description>&lt;P&gt;thats sad ;(&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 06:21:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/5602412#M72976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-22T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6341908#M72977</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;is there any resolution for this?? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &amp;nbsp;Practically we always issue dimensions to the face of the core. and like boostyourbim said, while snooping a ui dimension&amp;nbsp;it showed a reference of type none, which i could not find.&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;</description>
      <pubDate>Sat, 21 May 2016 16:20:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6341908#M72977</guid>
      <dc:creator>Moustafa_K</dc:creator>
      <dc:date>2016-05-21T16:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6342557#M72978</link>
      <description>&lt;P&gt;Dear Moustafa,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hmmm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I seem to remember seeing some suggestion to help with this situation in another thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone else remember seeing this?&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;</description>
      <pubDate>Sun, 22 May 2016 14:58:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6342557#M72978</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-05-22T14:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6347128#M72979</link>
      <description>AFAIK, still no solution to obtaining dimensionable references to the core.</description>
      <pubDate>Tue, 24 May 2016 20:21:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6347128#M72979</guid>
      <dc:creator>BobbyC.Jones</dc:creator>
      <dc:date>2016-05-24T20:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6418914#M72980</link>
      <description>&lt;P&gt;Dear Harry, Moustafa and Bobby,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The internal issue&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;REVIT-86488&lt;/STRONG&gt;&lt;/U&gt; [Make core centerline a reference] has been resolved and scheduled for inclusion in the next major release of Revit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am checking two aspects with the development team:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. The enhancement was made for some picking and snapping operation. Will&amp;nbsp;it also be useful for dimensioning?&lt;/P&gt;
&lt;P&gt;2. Can this&amp;nbsp;&lt;SPAN&gt;enhancement also be made available in Revit 2017?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'll let you know as soon as I hear back from them.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 06:46:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6418914#M72980</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-07-05T06:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6419763#M72981</link>
      <description>Jeremy, that is FANTASTIC news! Thank you for tracking this and following up with us.</description>
      <pubDate>Tue, 05 Jul 2016 15:36:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6419763#M72981</guid>
      <dc:creator>BobbyC.Jones</dc:creator>
      <dc:date>2016-07-05T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6536001#M72982</link>
      <description>&lt;P&gt;Hi Jeremy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you any news about core Centerline?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:08:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6536001#M72982</guid>
      <dc:creator>plaiknst</dc:creator>
      <dc:date>2016-09-01T08:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6536036#M72983</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/582637"&gt;@plaiknst&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your patience and your timely prompt.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, there is some news.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now that I present it here, I see that I have to follow up internally with the development team on this as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is what they say on the issue &lt;U&gt;&lt;STRONG&gt;REVIT-86488&lt;/STRONG&gt;&lt;/U&gt; [Make core centerline a reference]:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I believe we can also dimension to and align to core centerlines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is indeed a difference in behaviour between UI and API in the case of core centerlines and core faces. These are not real references, they are artificially injected in the UI in the dimension, align and pick line editors. This is why they are unavailable in the API via the generic reference mechanisms.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The best solution for the UI and API would be to make these real reference and this is what this issue was about. However, we ran into some extra problems when we did that. So we ended up implementing a partial solution for Pick Line, which mimics the already present partial solutions in Align and Dimension editors.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The full solution of making the core centerline/faces references can still be implemented, though. I would say for bookkeeping purposes, it would be better to create another issue for that. However, I am not sure that solution would be portable to R2017, though, we need to implement it in R2018 first and see what is the scope of the changes and whether it is acceptable to make them in R2017.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On your other questions:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;Two of the faces have a null reference. These appear to be the faces of the core centerline. Any idea how to get these references or is this a bug in the API?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do you mean these are the core exterior faces? Or the core centerline face? I would expect core centerline to only have a single face.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; What's the best way to differentiate the core centerline face &amp;amp; the wall centerline face? Some geometric analysis of faces &amp;amp; distances between origins is possible, but what about when these two faces are coincident? It still matters which is which because the wall structure can be modified so the core centerline moves off the wall centerline.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Would you agree that ideally there would be the following new methods added to HostObjectUtils? GetCoreFaces(), GetCoreCenterline(), GetCenterline()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the Revit internals, these are distinguished by geometry tags. Not sure if that is possible in the API. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think your suggestion about specific methods to get those references is reasonable, but let's first see if there is another established way to do that.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We ported this to 2017 SP2 and 2017 R2. However, as said, these are only available in the UI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'll follow up with them on the progress to date and see what we can do to get as much functionality as possible available through the API as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Keep prompting, please&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 08:32:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/6536036#M72983</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2016-09-01T08:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7518915#M72984</link>
      <description>&lt;P&gt;Hi Jeremy, has there been any movement on getting references to the wall core faces and centrelines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using element.geometry(options) with includenonvisibleobjects set to true I can get the core centre and core faces however these do not have an associated reference and therefore using them for dimensioning is not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a similar vein, hopefully simpler,&amp;nbsp;is it possible to retrieve references to the layers of a wall to enable dimensioning? I've been looking high and low and cannot find anything to get references to these items so that I can dimension each layer of the wall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a possibility perhaps element.geometry could have an option that returns each layer as solids&amp;nbsp;rather than just the overall solid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Andreas&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 02:31:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7518915#M72984</guid>
      <dc:creator>aricke59</dc:creator>
      <dc:date>2017-11-06T02:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7519804#M72985</link>
      <description>&lt;P&gt;Dear Andreas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;References and selection of subelements:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/04/whats-new-in-the-revit-2018-api.html#2.2.3" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/04/whats-new-in-the-revit-2018-api.html#2.2.3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;API access to FamilyInstance references:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2017/04/whats-new-in-the-revit-2018-api.html#3.19" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2017/04/whats-new-in-the-revit-2018-api.html#3.19&lt;/A&gt;&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;</description>
      <pubDate>Mon, 06 Nov 2017 11:52:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7519804#M72985</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-11-06T11:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7522275#M72986</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked out your suggestions however I'm not certain that it addresses what I wish to do. My desired workflow is to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Select a wall(s) by picking two points and finding all walls between those points - All working fine.&lt;/P&gt;&lt;P&gt;2. Get references to each layer in the wall(s). I then use these references to create dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using wall.getsubelements but this returned nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The approach you suggested seems to be more about selecting subelements with a pick command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 00:50:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7522275#M72986</guid>
      <dc:creator>aricke59</dc:creator>
      <dc:date>2017-11-07T00:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimension to wall centerline, center of core, faces of core</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7522847#M72987</link>
      <description>&lt;P&gt;Dear Andreas,&lt;BR /&gt; &lt;BR /&gt;I think and hope you are, yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mentioned two things:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;References and selection of subelements -- about selecting subelements with a pick command.&lt;/LI&gt;
&lt;LI&gt;API access to FamilyInstance references -- about retrieving references to family instance internals, e.g., maybe, wall centre lines, hopefully exactly what you need.&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;Cheers,&lt;BR /&gt; &lt;BR /&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 07:55:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/create-dimension-to-wall-centerline-center-of-core-faces-of-core/m-p/7522847#M72987</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-11-07T07:55:42Z</dc:date>
    </item>
  </channel>
</rss>

