<?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: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12250488#M9678</link>
    <description>&lt;P&gt;Thank you for the very cool pointer. Shapely looks like a great library! Added it to the blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/09/element-diff-compare-shapely-and-rdbe.html#4" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/09/element-diff-compare-shapely-and-rdbe.html#4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 10:16:52 GMT</pubDate>
    <dc:creator>jeremy_tammik</dc:creator>
    <dc:date>2023-09-19T10:16:52Z</dc:date>
    <item>
      <title>gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12232100#M9674</link>
      <description>&lt;P&gt;It seems that when gbXML is exported from adjacent conceptual masses/adjacent spaces there is a 'small' surface tolerance in Revit 2021.1.3 such that a gbXML surface is not exported if it falls under an area tolerance. Please see below for an example of an exported conceptual mass and space gbXML with missing 'small' surface.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Adjace mass missing surface" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1264672i76A3116CDFD5E047/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Spider_23-013 WH Swan Hill_InteriorFloor_Space_Missing Surface.PNG" alt="Adjace mass missing surface" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Adjace mass missing surface&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Adjacent space missing surface" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1264689iB287EECA17F2DD57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Spider_23-013 WH Swan Hill_Ceiling_Space_Missing Surface.PNG" alt="Adjacent space missing surface" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Adjacent space missing surface&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The example above is typical of gbXML InteriorFloor/Ceiling surfaces in multi-story buildings where adjacent conceptual masses/adjacent spaces between floors interact in ways that result in 'small' surfaces. The parent Revit file and exported gbXML are attached for examination. Please note, both gbXML were exported with 'Analytical Space Resolution' and 'Analytical Surface Resolution' set at the 0'-6" minimum allowed by the 'Energy Settings' GUI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In searching the Revit 2021.1 API it is not clear whether or not it is possible to alter Energy Settings to more reliably capture adjacent conceptual mass/space 'small' surfaces in exported gbXML. Any guidance the community may be able to offer to capture adjacent conceptual mass/space 'small' surfaces in exported gbXML would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:02:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12232100#M9674</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-09-11T14:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12232132#M9675</link>
      <description>&lt;P&gt;Yes, I have heard of similar issues in the past. Interesting topic. Apparently, they need to be expected and gracefully handled by post-processing. Sorry about that. My favourite approach is to approximate all floating-point vertices by integer-based coordinates rounded to the closest millimetre as soon as possible in the process. That removes all downstream floating-point and rounding issues, reduces data size, speeds up calculations and makes human-readable data more legible. How big are the small discrepancies? Smaller than one mm? Of course, you could increase the rounding to fit your needs, to the closest 5 mm or 1 cm or so. Of course, in this case, the initial gbXML data is floating-point, so you would have to post-process that intelligently to be able to make use of the Revit gbXML functionality at all. Looking forward to other suggestions and experiences from the rest of the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 14:12:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12232132#M9675</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-09-11T14:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12232422#M9676</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Apparently, they need to be expected and gracefully handled by post-processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Interesting. I suppose it's a good thing that Revit leaves out 'small' surfaces in a detectable way. Still, a post-processing requirement is a surprise given that Revit sits on top of a serious modeling kernel. Hard to envision how a foreign environment would handle the problem more gracefully than the native environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first question that comes to mind to bound the post-processing problem: what are the limits of Revit 'small' surface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;How big are the small discrepancies?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In the given example the missing 'small' surface is ~2.5 inches wide x ~18.6 inches long (~0.3 sqft).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I must admit, I don't have a good handle on industry gbXML performance requirements. I have heard/seen comments like, 'we quickly found out that watertight gbXML is not a thing.' Beyond that I have not seen deliberate statements about gbXML performance requirements. &lt;A href="https://www.gbxml.org/TestCases_for_GreenBuildingXML_gbXML" target="_blank" rel="noopener"&gt;ASHRAE RP-1810&lt;/A&gt; was recently completed but &lt;A href="https://data.ashrae.org/1810rp/RP-1810%20Final%20Report_CompleteVersion.pdf" target="_blank" rel="noopener"&gt;the report&lt;/A&gt; does not address concepts like missing 'small' surfaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 16:22:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12232422#M9676</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-09-11T16:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12238726#M9677</link>
      <description>&lt;P&gt;&lt;A href="https://pypi.org/project/xgbxml/" target="_blank" rel="noopener"&gt;xgbxml&lt;/A&gt; has &lt;A href="https://pypi.org/project/shapely/" target="_blank" rel="noopener"&gt;Shapely&lt;/A&gt; dependency. It looks like Shapely has enough &lt;A href="https://shapely.readthedocs.io/en/stable/set_operations.html" target="_blank" rel="noopener"&gt;geometry guts&lt;/A&gt; to look for missing 'small' surfaces and make replacements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The basic idea:&lt;/P&gt;&lt;P&gt;1. Make 'floor' surface based on gbxml space 'wall' geometry,&lt;/P&gt;&lt;P&gt;2. Union existing gbxml space 'floor' geometry,&lt;/P&gt;&lt;P&gt;3. Difference made 'floor' and existing 'floor' geometry,&lt;/P&gt;&lt;P&gt;4. Turn remainder geometry into missing 'small' surface replacements,&lt;/P&gt;&lt;P&gt;5. Insert replacements into gbxml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 21:38:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12238726#M9677</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-09-13T21:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12250488#M9678</link>
      <description>&lt;P&gt;Thank you for the very cool pointer. Shapely looks like a great library! Added it to the blog:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/09/element-diff-compare-shapely-and-rdbe.html#4" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/09/element-diff-compare-shapely-and-rdbe.html#4&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 10:16:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12250488#M9678</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-09-19T10:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12253611#M9679</link>
      <description>&lt;P&gt;Sure thing. Thank you for taking an interest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm happy to report &lt;A href="https://shapely.readthedocs.io/en/stable/index.html" target="_blank" rel="noopener"&gt;Shapely&lt;/A&gt; was able to find a missing 'small' surface (hole) in the 'Mass' demo file attached to this thread.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find xy plane holes:&lt;/P&gt;&lt;P&gt;1. Make Space surface polygons with &lt;A href="https://shapely.readthedocs.io/en/stable/reference/shapely.Polygon.html#shapely.Polygon" target="_blank" rel="noopener"&gt;shapely.Polygon&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;2. Make Space polygons from Space surface polygons with &lt;A href="https://shapely.readthedocs.io/en/stable/reference/shapely.union_all.html#shapely.union_all" target="_blank" rel="noopener"&gt;shapely.union_all&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;3. Make Level surface polygons from Space polygons with &lt;A href="https://shapely.readthedocs.io/en/stable/reference/shapely.union_all.html#shapely.union_all" target="_blank" rel="noopener"&gt;shapely.union_all&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;4. Ask shapely for the &lt;A href="https://shapely.readthedocs.io/en/stable/reference/shapely.Polygon.html#shapely.Polygon" target="_blank" rel="noopener"&gt;'interiors' attribute&lt;/A&gt; for a sequence of rings which bound all existing holes in Level surface polygons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next step is to correlate holes with Spaces. This is the trickier part in my opinion. Going in plan is to use polygons as defined by Space wall outlines as truth data. Not sure how this will mesh with current Ripcord Engineering gbxml workflow. Time will tell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:03:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12253611#M9679</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-09-20T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12253685#M9680</link>
      <description>&lt;P&gt;Wow, brilliant! Thank you very much for the confirmation and good result. I added it to the post right away:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/09/element-diff-compare-shapely-and-rdbe.html#4.1" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/09/element-diff-compare-shapely-and-rdbe.html#4.1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:27:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12253685#M9680</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-09-20T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12285674#M9681</link>
      <description>&lt;P&gt;Ripcord's method was a fair start at resolving the problem but the author of the xgbxml library, &lt;A href="https://www.lboro.ac.uk/departments/abce/staff/steven-firth/" target="_blank" rel="noopener"&gt;Dr. Steven Firth of Loughborough University,&lt;/A&gt; took it to another level with a new method called &lt;A href="https://xgbxml.readthedocs.io/en/latest/auto_custom_class_pages/Building.html" target="_blank" rel="noopener"&gt;get_gaps_in_surfaces&lt;/A&gt;. As Dr. Firth puts it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"The gbxml_functions.&lt;/SPAN&gt; &lt;SPAN&gt;get_gaps_in_Surfaces_of_Space does two difference calculations (one the reverse of the other) and combines the results, which is the equivalent of a &lt;A href="https://en.wikipedia.org/wiki/Symmetric_difference" target="_blank" rel="noopener"&gt;symmetric difference&lt;/A&gt;."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What this means in practice is that the method finds interior as well as exterior gaps without regard to surface type. The method also identifies space adjacency and determines geometry. The attached pdf example by Dr. Firth demonstrates how the method works in concert with other xgbxml methods to (1) find gaps and (2) insert gap geometry as surfaces into an existing gbXML. While xgbxml is not to a point where it will fill in all relevant surface attributes automagically, it does take the lion's share of manual data entry off the end user's plate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In keeping with the concept of operations that it is best to adjust a model to correct gbXML output rather than correct gbXML output of a model that needs adjustment, Ripcord's intent is to use get_gaps_in_surfaces as a model tuning tool first and as a gbXML correction tool as a last resort. Ultimately the goal is to determine how far out gbXML can be in terms of gaps without causing problems for building performance tools with an EnergyPlus back end. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Jake&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 00:41:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12285674#M9681</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-10-05T00:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12286142#M9682</link>
      <description>&lt;P&gt;Wow. &lt;STRONG&gt;&lt;U&gt;Huge wow&lt;/U&gt;&lt;/STRONG&gt;! That is extremely powerful functionality. I heard of several tools for fixing gaps in surfaces and solids, &amp;nbsp;but I never saw anything as accessible as this. Thank you for the brilliant solution and beautiful documentation. I will be overjoyed to add that to the blog as well, if I may, and I am certain that many people will be very thankful for it. So many steps, each of them impressive in itself:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Parse and interpret gbXML model&lt;/LI&gt;
&lt;LI&gt;Render graphically and plot&lt;/LI&gt;
&lt;LI&gt;Find, document and fix gaps&lt;/LI&gt;
&lt;LI&gt;Update and store fixed gbXML&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 08:03:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12286142#M9682</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-05T08:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12286927#M9683</link>
      <description>&lt;P&gt;Couldn't agree more about the power of xgbxml in general and for development of custom workflow to compensate for Revit's gbXML limitations in particular.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind recognition. Got to say Dr. Firth is the wizard behind the curtain who makes it all look so easy. By and large Ripcord is a grateful end user. For those curious about the geometry side of the problem, there is plenty of magic to be found in the &lt;A href="https://github.com/stevenkfirth/xgbxml/blob/main/xgbxml/geometry_functions.py" target="_blank" rel="noopener"&gt;geometry_functions&lt;/A&gt; portion of the library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please feel free to add to the blog. As always, thanks for your interest and support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 13:54:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12286927#M9683</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-10-05T13:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12319243#M9684</link>
      <description>&lt;P&gt;Done:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/10/xgbxml-fixes-building-geometry-gaps.html#2" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/10/xgbxml-fixes-building-geometry-gaps.html#2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for sharing this!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 10:39:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12319243#M9684</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-20T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12330090#M9685</link>
      <description>&lt;P&gt;Thanks for taking the time to build the blog post. Very nice!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the &lt;A href="https://thebuildingcoder.typepad.com/blog/2023/10/xgbxml-fixes-building-geometry-gaps.html#2" target="_blank" rel="noopener"&gt;blog post&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;'Many developers have encountered issues with gaps in the building geometry caused by the relatively low precision used by Revit when tessellating surfaces.'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on experience over time at Ripcord, 'low precision' appears directly related to an area threshold rather than a length threshold. What might be considered 'sliver' surfaces export OK. But once 'sliver' surfaces fall under the area threshold, whatever it is, the surface is not exported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is likely that direct control of the area threshold would offer operators relief. Inability to control the area threshold creates a level of operator compensation that likely compels most to abandon value added analytical tasks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Jake&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 13:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12330090#M9685</guid>
      <dc:creator>RIPENG</dc:creator>
      <dc:date>2023-10-25T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: gbXML from adjacent conceptual mass/adjacent space missing 'small' surface</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12330262#M9686</link>
      <description>&lt;P&gt;Thank you for your appreciation and additional info. That sounds useful too, so &amp;nbsp;went ahead and added it to the post as well:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/2023/10/xgbxml-fixes-building-geometry-gaps.html#2.9" target="_blank"&gt;https://thebuildingcoder.typepad.com/blog/2023/10/xgbxml-fixes-building-geometry-gaps.html#2.9&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 14:45:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/gbxml-from-adjacent-conceptual-mass-adjacent-space-missing-small/m-p/12330262#M9686</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-10-25T14:45:56Z</dc:date>
    </item>
  </channel>
</rss>

