<?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: GetInstanceGeometry() returns instance based geometry, but has references to symbol in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10665377#M23345</link>
    <description>&lt;P&gt;That sounds a bit confusing you'll probably need a minimum reproducible case with family to demonstrate it so it can be progressed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think the GetInstanceGeometry and GetSymbolGeometry methods are that well named with respect to FamilySymbol and FamilyInstance confusion. I have no understanding how Revit rationalises geometry but my previous observations are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(A) Geometry from GeometryInstance.GetSymbolGeometry on the FamilyInstance is a unique version of physical geometry as driven by both &lt;U&gt;instance&lt;/U&gt; and type parameters (each a unique version of geometry for a family).&lt;BR /&gt;(B) Geometry from GeometryInstance.GetInstanceGeometry on the FamilyInstance is a copy of (A) but relocated to the family instance position (not family position).&lt;BR /&gt;(C) FamilySymbol doesn't contain GeometryInstance just top level geometry&lt;BR /&gt;(D) When a family instance is modified by cuts it also doesn't contain a GeometryInstance just top level geometry (the same as a system family).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think GetSymbolGeometry and GetInstanceGeometry happens at two separate stages. First Revit decides what unique geometry versions it has for a family (symbol geometry) then it copies them into position (instance geometry). Unfortunately we don't get the true rationalisation of symbol geometry in the API i.e. each symbol geometry doesn't contain a key. We just get the final result i.e. this family instance has this symbol geometry (driven by a combination of instance and type parameters).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it is possible that a cut makes the instance unique (no longer sharing geometry with other instances and becomes D). If a cut is removed does Revit:&lt;/P&gt;&lt;P&gt;1) Create a new symbol geometry set and add to a GeometryInstance&lt;/P&gt;&lt;P&gt;2) Look to match against an existing symbol geometry to use in a new GeometryInstance&lt;/P&gt;&lt;P&gt;3) Keep top level geometry and don't revert to having GeometryInstance in family instance geometry.&lt;/P&gt;&lt;P&gt;This I don't know but from a quick test it seems to be (3) then again what happens if the model is compacted etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never analysed if instance geometry references are from symbol geometry (instance geometry is a copy). Sounds odd if symbol geometry references refer to an instance (i.e. which instance out of two or more instances)?&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 15:20:16 GMT</pubDate>
    <dc:creator>RPTHOMAS108</dc:creator>
    <dc:date>2021-10-04T15:20:16Z</dc:date>
    <item>
      <title>GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10660314#M23341</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have for a long time now had a problem, where sometimes the geometry retrieved from a FamilyInstance refers to the FamilySymbol. This seems to happen at random in different projects, and is easily identifiable in that the geometry retrieved from:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;familyInstance.get_Geometry(options)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is not a list of solids and other misc. GeometryObjects, but instead a singular GeometryInstance object. Then we can run GetInstanceGeometry() and GetSymbolGeometry() on this object and get the usual GeometryObject(s) like solids. As you would expect, GetInstanceGeometry() returns the geometry of the instance and not the symbol, but every single GeometryObject in the returned solid(s) (faces, curves etc.) exclusively have references to the FamilySymbol. Likewise, GetSymbolGeometry() returns geometry for the symbol, but now all the references of GeometryObject(s) refer to the FamilyInstance???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This behaviour can co-exist along with the normal expected behaviour in the same projects across different FamilyInstances.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone got any kind of clue as to why this happens on occasion in some projects, and not in others?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 11:26:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10660314#M23341</guid>
      <dc:creator>a.schacht</dc:creator>
      <dc:date>2021-10-01T11:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10662399#M23342</link>
      <description>&lt;P&gt;Oh dear. That sounds pretty tricky indeed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this related discussion throw any additional light?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2020/04/references-in-symbol-versus-instance-geometry.html" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2020/04/references-in-symbol-versus-instance-geometry.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 16:35:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10662399#M23342</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2021-10-02T16:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10664369#M23343</link>
      <description>&lt;P&gt;Hi Jeremy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did have a look at that post first, but to my understanding that post is a bit more about understanding the difference between using symbol and instance references to create new instances. I have a fair understanding of the difference between the two (although, I'm sure it could be better), but my problem is not related I think. For this particular problem it is affecting my new automatic rebar constraints program, where I need references to instance based faces, and not the symbol. However, the instance geometry refers to the symbol face and vice versa.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 06:49:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10664369#M23343</guid>
      <dc:creator>a.schacht</dc:creator>
      <dc:date>2021-10-04T06:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10664903#M23344</link>
      <description>&lt;P&gt;Some more details here after I found out a bit more about it: The family is a concrete beam with some nested hosted families in it. It seems that for any newly inserted instance of the families we use at my company, this problem occours. However, if we then insert another geometry cutting family which is hosted by some face of the main element, the geometry is recalculated and now it's correct. If we then remove this hosted family, the recalculation is still correct. So it's only the initial insertion which is the problem and any subsequent action which causes geometry recalculation, still maintains correctness. This seems a lot like a bug to me, but I don't know.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 11:37:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10664903#M23344</guid>
      <dc:creator>a.schacht</dc:creator>
      <dc:date>2021-10-04T11:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10665377#M23345</link>
      <description>&lt;P&gt;That sounds a bit confusing you'll probably need a minimum reproducible case with family to demonstrate it so it can be progressed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think the GetInstanceGeometry and GetSymbolGeometry methods are that well named with respect to FamilySymbol and FamilyInstance confusion. I have no understanding how Revit rationalises geometry but my previous observations are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(A) Geometry from GeometryInstance.GetSymbolGeometry on the FamilyInstance is a unique version of physical geometry as driven by both &lt;U&gt;instance&lt;/U&gt; and type parameters (each a unique version of geometry for a family).&lt;BR /&gt;(B) Geometry from GeometryInstance.GetInstanceGeometry on the FamilyInstance is a copy of (A) but relocated to the family instance position (not family position).&lt;BR /&gt;(C) FamilySymbol doesn't contain GeometryInstance just top level geometry&lt;BR /&gt;(D) When a family instance is modified by cuts it also doesn't contain a GeometryInstance just top level geometry (the same as a system family).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think GetSymbolGeometry and GetInstanceGeometry happens at two separate stages. First Revit decides what unique geometry versions it has for a family (symbol geometry) then it copies them into position (instance geometry). Unfortunately we don't get the true rationalisation of symbol geometry in the API i.e. each symbol geometry doesn't contain a key. We just get the final result i.e. this family instance has this symbol geometry (driven by a combination of instance and type parameters).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it is possible that a cut makes the instance unique (no longer sharing geometry with other instances and becomes D). If a cut is removed does Revit:&lt;/P&gt;&lt;P&gt;1) Create a new symbol geometry set and add to a GeometryInstance&lt;/P&gt;&lt;P&gt;2) Look to match against an existing symbol geometry to use in a new GeometryInstance&lt;/P&gt;&lt;P&gt;3) Keep top level geometry and don't revert to having GeometryInstance in family instance geometry.&lt;/P&gt;&lt;P&gt;This I don't know but from a quick test it seems to be (3) then again what happens if the model is compacted etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've never analysed if instance geometry references are from symbol geometry (instance geometry is a copy). Sounds odd if symbol geometry references refer to an instance (i.e. which instance out of two or more instances)?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:20:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10665377#M23345</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-10-04T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10669808#M23346</link>
      <description>&lt;P&gt;I've attached a project and the beam family, with two instances of the same family, where I've made a cut in one and then removed the cut again, which indeed keeps top level geometry like you observed yourself in (3) at the bottom of your post. It's a Danish company, and as such the project template, family etc. is all in Danish. If you go to the default 3D view, and use the lookup tool or the API to get information about the families, you can see that the uncut instance has a single GeometryInstance element as its geometry, and the cut version has solids. The uncut instance represents the issue at hand, whereas the cut version represents the behaviour I would expect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running GetInstanceGeometry() on the uncut instance's GeometryInstance, still has solids whoose faces refer to the symbol. It's not even possible to get symbol geometry on the cut version.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 09:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10669808#M23346</guid>
      <dc:creator>a.schacht</dc:creator>
      <dc:date>2021-10-06T09:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10671273#M23347</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see the different properties, propably due to editing. Always good to make recursive method to keep going until Solid (ed) are found....depending needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in this case, if the SymbolGeomerty returns Null, then see if the Symbol itself can return Geometry (should be identical, just has to dig deeper.) and as far as I can determine with Revit lookup, Snoop they have the same geomerty (Type!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Michel&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 19:22:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10671273#M23347</guid>
      <dc:creator>TripleM-Dev.net</dc:creator>
      <dc:date>2021-10-06T19:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10671502#M23348</link>
      <description>&lt;P&gt;I concur with&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3633270"&gt;@TripleM-Dev.net&lt;/a&gt;&amp;nbsp;you just need to allow for the two situations. Also true that you can still get the symbol geometry from the cut instance via the Symbol property of the empty GeometryInstance. What you get from GeometryInstance.Symbol isn't the same as what you get from FamilyInstance.Symbol if you compare the ids etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below I am comparing the ids of GeometryInstance.Symbol, for this example they are grouped by length regardless of cut.&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="Project1.jpg" style="width: 872px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/974196i0976ADBFC03952B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Project1.jpg" alt="Project1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Bounding box for symbol 427781:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;(&lt;FONT color="#FF0000"&gt;11.4829396325459&lt;/FONT&gt;, 0.166666666666667, 0.500492125984252)&lt;BR /&gt;(&lt;FONT color="#FF0000"&gt;-11.4829396325459&lt;/FONT&gt;, -0.166666666666667, -0.500492125984252)&lt;/P&gt;&lt;P&gt;&lt;U&gt;Bounding box for symbol 427801:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;(&lt;FONT color="#FF0000"&gt;6.56167979002625&lt;/FONT&gt;, 0.166666666666667, 0.500492125984252)&lt;BR /&gt;(&lt;FONT color="#FF0000"&gt;-6.56167979002625&lt;/FONT&gt;, -0.166666666666667, -0.500492125984252)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The conclusion of the above is the symbol geometry bounding box from GeometryInstance.Symbol matches the length of the member when aligned with symbol space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Comparison of top level solids:&lt;/U&gt;&lt;BR /&gt;Long member: 0.773861742402726 Solid volume with cut&lt;BR /&gt;Long member: 0.781251542752411 Solid volume without cut&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The conclusion from the above is since the cut isn't part of the family it isn't part of the symbol geometry. It is however included in the top level solids.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aside from the above your family also contains some nested items but since these are shared they are not part of the geometry of the host family. They exist in the project in their own right accessed via FamilyInstance.GetSubComponentIds.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 21:12:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10671502#M23348</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-10-06T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10672582#M23349</link>
      <description>&lt;P&gt;I think we might be getting a bit off track here as to what my problem is - or maybe I am not understanding your responses correctly. I will try to clarify the issue I am trying to figure out the behaviour behind.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is from the cut instance, where the top level geometry is flattened, and this is the behaviour I would expect to see, where the Face from the Solid from the geometry also has a reference to the FamilyInstance that it is part of:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aschacht_0-1633598738822.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/974390i160A475197ED8A5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="aschacht_0-1633598738822.png" alt="aschacht_0-1633598738822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is then from the uncut instance, where the Reference of the Face of the Solid of the GetInstanceGeometry() is not actually a Reference to the FamilyInstance, but to the FamilySymbol:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aschacht_2-1633599003092.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/974393iC7A11A4E97484C66/image-size/large?v=v2&amp;amp;px=999" role="button" title="aschacht_2-1633599003092.png" alt="aschacht_2-1633599003092.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might be what you guys have been trying to explain, but in that case I still don't quite understand why it is behaving the way it is.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 09:31:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10672582#M23349</guid>
      <dc:creator>a.schacht</dc:creator>
      <dc:date>2021-10-07T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10672675#M23350</link>
      <description>&lt;P&gt;The instance geometry is a copy of the symbol geometry relocated so will point to the symbol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds backwards but you can get the family instance references:&lt;/P&gt;&lt;P&gt;For cut&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;using top level solids.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For uncut&amp;nbsp;&lt;SPAN style="font-family: inherit;"&gt;using GeometryInstance.SymbolGeometry&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;GeometryInstance.Symbol in uncut instances has references to the symbol so should not be used for that case it seems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GetInstanceGeometry and GetSymbolGeometry are just helper methods so can likely be avoided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 10:47:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10672675#M23350</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-10-07T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: GetInstanceGeometry() returns instance based geometry, but has references to symbol</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10672742#M23351</link>
      <description>&lt;P&gt;One further clarification:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GeometryInstance.Symbol&amp;nbsp;gives references to the symbol so should be avoided for your case also.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 11:03:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/getinstancegeometry-returns-instance-based-geometry-but-has/m-p/10672742#M23351</guid>
      <dc:creator>RPTHOMAS108</dc:creator>
      <dc:date>2021-10-07T11:03:28Z</dc:date>
    </item>
  </channel>
</rss>

