<?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: Structural Connections not exported via Document.Export (Revit 2018/Python) in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8271117#M47717</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917" target="_self"&gt;jeremytammik&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I tried to recreate UI export options as accurately as possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I&amp;nbsp;saved UI export setup as *.json file, and opened it in Notepad++. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Afterwards I implemented all of the options from the '.json file into Python code. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Still no luck with getting Structural Cconnections exported to IFC via API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Part of the Python code is shown below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options=&lt;SPAN&gt;IFCExportOptions&lt;/SPAN&gt;()&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;v=&lt;SPAN&gt;UnwrapElement&lt;/SPAN&gt;(IN[&lt;SPAN&gt;1&lt;/SPAN&gt;][&lt;SPAN&gt;1&lt;/SPAN&gt;][&lt;SPAN&gt;0&lt;/SPAN&gt;])&lt;BR /&gt;options.WallAndColumnSplitting =&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;&lt;BR /&gt;options.ExportBaseQuantities =&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;BR /&gt;options.FilterViewId = v.Id&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportInternalRevitPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportAnnotations "&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"SpaceBoundaries "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"VisibleElementsOfCurrentView "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Use2DRoomBoundaryForVolume "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseFamilyAndTypeNameForReference "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportInternalRevitPropertySets "&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportIFCCommonPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Export2DElements"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportPartsAsBuildingElements"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportBoundingBox"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSolidModelRep"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSchedulesAsPsets"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportLinkedFiles"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IncludeSiteElevation"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseActiveViewGeometry"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSpecificSchedules"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"TessellationLevelOfDetail"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"0.5"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"StoreIFCGUID"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportRoomsInView"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Sep 2018 18:33:05 GMT</pubDate>
    <dc:creator>igmuz</dc:creator>
    <dc:date>2018-09-16T18:33:05Z</dc:date>
    <item>
      <title>Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8253027#M47715</link>
      <description>&lt;P&gt;I am trying to export REVIT Structural Connections to IFC with Document.Export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When export is run from Python, all Generic Models with Family Category set to "Structural Connections" get exported, while none of the REVIT Structural Connections is exported.&lt;/P&gt;&lt;P&gt;From User Interface I manage to export both without a problem. In &lt;SPAN&gt;Family Mapping File, Revit Category Structural Connections is mapped to IFC Class Name&amp;nbsp;&lt;/SPAN&gt;IfcBuildingElementProxy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Python code is shown below:&lt;/P&gt;&lt;P&gt;options=&lt;SPAN&gt;IFCExportOptions&lt;/SPAN&gt;()&lt;BR /&gt;options.ExportBaseQuantities = False&lt;BR /&gt;options.FileVersion = IFCVersion.IFC2x3CV2&lt;BR /&gt;options.SpaceBoundaryLevel=&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;BR /&gt;options.WallAndColumnSplitting=False&lt;BR /&gt;options.FamilyMappingFile=&lt;SPAN&gt;"D:\IFC_options.txt"&lt;/SPAN&gt;&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportInternalRevitPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.FilterViewId = views[i].Id&lt;BR /&gt;DocumentManager.Instance.CurrentDBDocument.&lt;SPAN&gt;Export&lt;/SPAN&gt;(&lt;SPAN&gt;"D:\IFC eksport"&lt;/SPAN&gt;,"Structural_Connections.ifc",options)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:41:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8253027#M47715</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2018-09-07T14:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8256140#M47716</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Igmuz,&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 query.&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;It makes no difference whether you are using Python or any other programming language to drive the Revit 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 am surprised that you observe a difference between the export generated through the user interface and the API driven result.&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 would expect it to be due to the options you are setting.&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;Are you sure the exact same options are applied when exporting manually?&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 place to discuss questions related to IFC export and import is the Revit IFC open source discussion forum:&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;&lt;A href="https://sourceforge.net/p/ifcexporter/discussion/general" target="_blank"&gt;https://sourceforge.net/p/ifcexporter/discussion/general&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;I hope this helps.&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;Best regards,&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 05:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8256140#M47716</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-09-10T05:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8271117#M47717</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917" target="_self"&gt;jeremytammik&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I tried to recreate UI export options as accurately as possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;I&amp;nbsp;saved UI export setup as *.json file, and opened it in Notepad++. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Afterwards I implemented all of the options from the '.json file into Python code. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Still no luck with getting Structural Cconnections exported to IFC via API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Part of the Python code is shown below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options=&lt;SPAN&gt;IFCExportOptions&lt;/SPAN&gt;()&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;v=&lt;SPAN&gt;UnwrapElement&lt;/SPAN&gt;(IN[&lt;SPAN&gt;1&lt;/SPAN&gt;][&lt;SPAN&gt;1&lt;/SPAN&gt;][&lt;SPAN&gt;0&lt;/SPAN&gt;])&lt;BR /&gt;options.WallAndColumnSplitting =&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;&lt;BR /&gt;options.ExportBaseQuantities =&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;BR /&gt;options.FilterViewId = v.Id&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportInternalRevitPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportAnnotations "&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"SpaceBoundaries "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"VisibleElementsOfCurrentView "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Use2DRoomBoundaryForVolume "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseFamilyAndTypeNameForReference "&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportInternalRevitPropertySets "&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportIFCCommonPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Export2DElements"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportPartsAsBuildingElements"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportBoundingBox"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSolidModelRep"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSchedulesAsPsets"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportLinkedFiles"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IncludeSiteElevation"&lt;/SPAN&gt;,&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseActiveViewGeometry"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSpecificSchedules"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"TessellationLevelOfDetail"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"0.5"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"StoreIFCGUID"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"true"&lt;/SPAN&gt;)&lt;BR /&gt;options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportRoomsInView"&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN&gt;"false"&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Sep 2018 18:33:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8271117#M47717</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2018-09-16T18:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8271588#M47718</link>
      <description>&lt;P&gt;Okey-doke, sorry to hear it, time to ask the development team to take a look.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide an absolutely 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;Presumably, a minimal structural model&amp;nbsp;containing&amp;nbsp;only one or two&amp;nbsp;&lt;SPAN&gt;structural connections that export perfectly well driven manually will suffice,&amp;nbsp;with a (Python?) SharpDevelop macro attempting to export them in the same way that fails.&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 06:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8271588#M47718</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2018-09-17T06:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8481119#M47719</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the test model, Dynamo script and the FamilyMapping text file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In REVIT structure looks like this:&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-center" image-alt="REVIT.PNG" style="width: 252px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/583645i2D1E04895358BB4A/image-dimensions/252x346?v=v2" width="252" height="346" role="button" title="REVIT.PNG" alt="REVIT.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;IFC exported by user interface looks like this:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Export UI.PNG" style="width: 310px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/583647i361981214487FB1A/image-dimensions/310x409?v=v2" width="310" height="409" role="button" title="Export UI.PNG" alt="Export UI.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And when exported via API, structural connection defined via REVIT Add-In is not exported:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Export API.PNG" style="width: 296px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/583646i28AA8F8FFE32B950/image-dimensions/296x406?v=v2" width="296" height="406" role="button" title="Export API.PNG" alt="Export API.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Notice that elements of Structural Connection category, if modelled as&amp;nbsp; Family, do get exported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your help.&lt;/P&gt;
&lt;P&gt;Igor Muzdeka&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 14:56:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8481119#M47719</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2018-12-20T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8481133#M47720</link>
      <description>&lt;P&gt;It looks like I cannot attach Dynamo script, so I am pasting Python code instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&amp;nbsp;clr&lt;BR /&gt; clr.&lt;SPAN&gt;AddReference&lt;/SPAN&gt;(&lt;SPAN&gt;'ProtoGeometry'&lt;/SPAN&gt;)&lt;BR /&gt; &lt;SPAN&gt;from&lt;/SPAN&gt;&amp;nbsp;Autodesk.DesignScript.Geometry&amp;nbsp;&lt;SPAN&gt;import&lt;/SPAN&gt;&amp;nbsp;*&lt;BR /&gt; clr.&lt;SPAN&gt;AddReference&lt;/SPAN&gt;(&lt;SPAN&gt;'RevitAPI'&lt;/SPAN&gt;)&lt;BR /&gt; &lt;SPAN&gt;from&lt;/SPAN&gt;&amp;nbsp;Autodesk.Revit.DB&amp;nbsp;&lt;SPAN&gt;import&lt;/SPAN&gt;*&lt;BR /&gt; &lt;SPAN&gt;# RevitServices to access the REvit file content (aka document)&lt;/SPAN&gt;&lt;BR /&gt; clr.&lt;SPAN&gt;AddReference&lt;/SPAN&gt;(&lt;SPAN&gt;'RevitServices'&lt;/SPAN&gt;)&lt;BR /&gt; &lt;SPAN&gt;from&lt;/SPAN&gt;&amp;nbsp;RevitServices.Persistence&amp;nbsp;&lt;SPAN&gt;import&lt;/SPAN&gt;&amp;nbsp;DocumentManager&lt;BR /&gt; &lt;SPAN&gt;from&lt;/SPAN&gt;&amp;nbsp;RevitServices.Transactions&amp;nbsp;&lt;SPAN&gt;import&lt;/SPAN&gt;&amp;nbsp;TransactionManager&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN&gt;import&lt;/SPAN&gt;&amp;nbsp;sys&lt;BR /&gt; sys.path.&lt;SPAN&gt;append&lt;/SPAN&gt;(r&lt;SPAN&gt;'C:\Program Files (x86)\IronPython 2.7\Lib'&lt;/SPAN&gt;)&lt;BR /&gt; &lt;SPAN&gt;import&lt;/SPAN&gt;&amp;nbsp;os&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN&gt;# Define the doc you want to work with&lt;/SPAN&gt;&lt;BR /&gt; doc = DocumentManager.Instance.CurrentDBDocument&lt;BR /&gt; &lt;SPAN&gt;#Start Transaction&lt;/SPAN&gt;&lt;BR /&gt; TransactionManager.Instance.&lt;SPAN&gt;EnsureInTransaction&lt;/SPAN&gt;(doc)&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN&gt;#The inputs to this node will be stored as a list in the IN variables.&lt;/SPAN&gt;&lt;BR /&gt; dataEnteringNode = IN&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN&gt;for&lt;/SPAN&gt;&amp;nbsp;v&amp;nbsp;&lt;SPAN&gt;in&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;FilteredElementCollector&lt;/SPAN&gt;(doc).&lt;SPAN&gt;OfCategory&lt;/SPAN&gt;(BuiltInCategory.OST_Views):&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;if&lt;/SPAN&gt;&amp;nbsp;v.Name==&lt;SPAN&gt;"Export Structural Connections"&lt;/SPAN&gt;:&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;view=v&lt;BR /&gt; &lt;BR /&gt; output=[]&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; options=&lt;SPAN&gt;IFCExportOptions&lt;/SPAN&gt;()&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Name"&lt;/SPAN&gt;,&lt;SPAN&gt;"IFC Export"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IFCVersion"&lt;/SPAN&gt;,&lt;SPAN&gt;"21"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IFCFileType"&lt;/SPAN&gt;,&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"SpaceBoundaries"&lt;/SPAN&gt;,&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"SitePlacement"&lt;/SPAN&gt;,&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ActivePhaseId"&lt;/SPAN&gt;,&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportBaseQuantities"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"SplitWallsAndColumns"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportInternalRevitPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportIFCCommonPropertySets"&lt;/SPAN&gt;,&lt;SPAN&gt;"True"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Export2DElements"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"VisibleElementsOfCurrentView"&lt;/SPAN&gt;,&lt;SPAN&gt;"True"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"Use2DRoomBoundaryForVolume"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseFamilyAndTypeNameForReference"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportPartsAsBuildingElements"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSolidModelRep"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSchedulesAsPsets"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; &lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportUserDefinedParameterMapping"&lt;/SPAN&gt;,&lt;SPAN&gt;"True"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportUserDefinedParameterMappingFileName"&lt;/SPAN&gt;,os.path.&lt;SPAN&gt;abspath&lt;/SPAN&gt;(&lt;SPAN&gt;"C:\ProgramData\Autodesk\ApplicationPlugins\IFC 2018.bundle\Contents\2018\ParameterMappingTable.txt"&lt;/SPAN&gt;).&lt;SPAN&gt;ToString&lt;/SPAN&gt;())&lt;BR /&gt; &lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportUserDefinedPsets"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportUserDefinedPsetsFileName"&lt;/SPAN&gt;,os.path.&lt;SPAN&gt;abspath&lt;/SPAN&gt;(&lt;SPAN&gt;"C:\ProgramData\Autodesk\ApplicationPlugins\IFC 2018.bundle\Contents\2018\IFC2x3 Coordination View.txt"&lt;/SPAN&gt;).&lt;SPAN&gt;ToString&lt;/SPAN&gt;())&lt;BR /&gt; &lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportBoundingBox"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IncludeSiteElevation"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseActiveViewGeometry"&lt;/SPAN&gt;,&lt;SPAN&gt;"True"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportSpecificSchedules"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; &lt;SPAN&gt;#options.AddOption("TessellationLevelOfDetail",str(0.5))&lt;/SPAN&gt;&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"UseOnlyTriangulation"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"StoreIFCGUID"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportRoomsInView"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExportLinkedFiles"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ActiveViewId"&lt;/SPAN&gt;,&lt;SPAN&gt;"0"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"ExcludeFilter"&lt;/SPAN&gt;,&lt;SPAN&gt;""&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"COBieCompanyInfo"&lt;/SPAN&gt;,&lt;SPAN&gt;""&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"COBieProjectInfo"&lt;/SPAN&gt;,&lt;SPAN&gt;""&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IsBuiltIn"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"IsInSession"&lt;/SPAN&gt;,&lt;SPAN&gt;"False"&lt;/SPAN&gt;)&lt;BR /&gt; options.&lt;SPAN&gt;AddOption&lt;/SPAN&gt;(&lt;SPAN&gt;"FileVersionDescription"&lt;/SPAN&gt;,&lt;SPAN&gt;"IFC 2x3 Coordination View 2.0"&lt;/SPAN&gt;)&lt;BR /&gt; options.FamilyMappingFile=&lt;SPAN&gt;"D:\REVIT 2018\DYNAMO\Export Structural Connections\Export Structural Connections.txt"&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; options.FilterViewId = view.Id&lt;BR /&gt; x=doc.&lt;SPAN&gt;Export&lt;/SPAN&gt;(&lt;SPAN&gt;"D:\REVIT 2018\DYNAMO\Export Structural Connections"&lt;/SPAN&gt;,&lt;SPAN&gt;"Export Structural Connections_API.ifc"&lt;/SPAN&gt;,options)&lt;BR /&gt; output.&lt;SPAN&gt;append&lt;/SPAN&gt;(x)&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; &lt;SPAN&gt;#End Transaction&lt;/SPAN&gt;&lt;BR /&gt; TransactionManager.Instance.&lt;SPAN&gt;TransactionTaskDone&lt;/SPAN&gt;()&lt;BR /&gt; &lt;BR /&gt; OUT = output&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:01:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8481133#M47720</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2018-12-20T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8577843#M47721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4271074"&gt;@igmuz&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/413917"&gt;@jeremytammik&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any news on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 18:37:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8577843#M47721</guid>
      <dc:creator>matthew_taylor</dc:creator>
      <dc:date>2019-02-06T18:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8579505#M47722</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Igmuz and Matt,&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 sample material and prompt for progress.&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 logged the issue &lt;STRONG&gt;&lt;U&gt;REVIT-143711&lt;/U&gt;&lt;/STRONG&gt; [Structural Connections are missing after Document.Export -- 14594124] with our development team for this on your behalf as it requires further exploration and possibly a modification to our software. Please make a note of this number for future 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 have not heard back from them yet on it.&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 see two vaguely related issues:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="list-style-position: inside;"&gt;
&lt;LI&gt;&lt;SPAN&gt;RVTLMV-467 [Failed to export Structure connection (Revit 2017 new element], closed as 'by design'; checked with Structure team, both generic connection and red connection have no really geometry, so export nothing.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;REVIT-62829 [[Export IFC] Some DirectShapes are not exported as properly categorized items in IFC], still open; Attached project is placed structural framing which is created as direct shape geometry. After exporting IFC format, only Structural Connections and Structural Column category disappeared.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are welcome to request an update on the status of this issue or to provide additional information on it at any time quoting this change request number.&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;This issue is important to me. What can I do to help?&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;This issue needs to be assessed by our engineering team and prioritised against all other outstanding change requests. Any information that you can provide to influence this assessment will help. Please provide the following where possible:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL style="list-style-position: inside;"&gt;
&lt;LI&gt;&lt;SPAN&gt;Impact on your application and/or your development.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The number of users affected.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The potential revenue impact to Autodesk.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Realistic timescale over which a fix would help you.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;In the case of a request for a new feature or a feature enhancement, please also provide detailed Use cases for the workflows that this change would address.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This information is extremely important. Our engineering team have limited resources, and so must focus their efforts on the highest impact items. We do understand that this will cause you delays and affect your development planning, and we appreciate your cooperation and patience.&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;Best regards,&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 12:00:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8579505#M47722</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-02-07T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8640133#M47723</link>
      <description>&lt;P&gt;Sorry for the slow response.&amp;nbsp; Please try adding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;options.&lt;/SPAN&gt;&lt;SPAN&gt;AddOption&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"IncludeSteelElements"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"true"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and see if that fixes the issue.&amp;nbsp; I will try it locally, and also suggest that we make that the default, to match the UI.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Angel&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 14:26:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8640133#M47723</guid>
      <dc:creator>angel_velez</dc:creator>
      <dc:date>2019-03-06T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8661034#M47724</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;options.AddOption("IncludeSteelElements","true"&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;)&lt;/EM&gt; did not solve the problem.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Structural Connections are still not exported to IFC modell.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 10:40:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8661034#M47724</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2019-03-15T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8662344#M47725</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Igor,&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;Angel repeats that it works fine for him.&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;Can you please check that your structural connections are not set to 'not exported'?&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;Best regards,&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 19:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8662344#M47725</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-03-15T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8693298#M47726</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the code I am specifying same IFC Options that are used in export via User Interface:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;options.FamilyMappingFile=&lt;/SPAN&gt;&lt;SPAN&gt;"D:\REVIT 2018\DYNAMO\Export Structural Connections\Export Structural Connections.txt"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;IFC Options&amp;nbsp; er set up so Structural Connections are exported as IfcBuildingElementProxy:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Merknad 2019-03-29 113946.png" style="width: 574px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/619915iC84A9CF50201A626/image-size/large?v=v2&amp;amp;px=999" role="button" title="Merknad 2019-03-29 113946.png" alt="Merknad 2019-03-29 113946.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 10:49:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8693298#M47726</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2019-03-29T10:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8693417#M47727</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Igor,&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 update and confirmation.&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 passed it on to the developers.&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;Best regards,&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 11:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8693417#M47727</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-03-29T11:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8693583#M47728</link>
      <description>&lt;P&gt;They reply:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Have you tried to replicate this in the native Revit API? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I haven't tried Python, but using Revit API it works.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Jeremy&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 12:56:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8693583#M47728</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-03-29T12:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8694103#M47729</link>
      <description>&lt;P&gt;Jeremy, what do&amp;nbsp; you exactly mean with native Revit API?&lt;/P&gt;
&lt;P&gt;I wrote a macro in C# and it did not work either! &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 15:48:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8694103#M47729</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2019-03-29T15:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8694378#M47730</link>
      <description>&lt;P&gt;Yup, that's exactly what I meant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you provide a minimal reproducible case to share with the development team to prove to them unequivocally that it does not work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/about-the-author.html#1b" target="_blank"&gt;https://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;A minimal sample model with just a very few elements plus that macro should do the trick, plus exact step by step instructions to reproduce the problematic behaviour.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 17:33:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8694378#M47730</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-03-29T17:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8697484#M47731</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attaching the same&amp;nbsp;&lt;SPAN&gt;minimal reproducible case&amp;nbsp;file as before, this time with macro included.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8697484#M47731</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2019-04-01T06:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8697502#M47732</link>
      <description>&lt;P&gt;This time with correct REVIT file.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:34:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8697502#M47732</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2019-04-01T06:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8697571#M47733</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Igor,&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 update and reproducible case.&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 opened your sample file in Revit 2019 and noted that it is stored in Revit 2018 format.&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 see your macro IFC Export in there and executed it.&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;It is taking a very long time to complete...&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 fact, it does not seem to be completing at all, just running forever.&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 cancelled the first attempt after a couple of minutes and looked at the macro code next.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;[Window Title]
Run Macro Failed

[Main Instruction]
Revit failed to execute IFCExport. 

[Expanded Information]
A problem has been detected. 

Autodesk.Revit.Exceptions.InvalidPathArgumentException: The folder does not exist.
Parameter name: folder
   at MacroModule.executeMacro_(MacroModule* , AString* macroName)
   at MacroModule.executeMacro(MacroModule* , AString* macroName)
   at MacroModule.executeMacro(MacroModule* , AString* )
   at UIMacroGeneralManager.runMacro(UIMacroGeneralManager* , MacroModule* pModule, AString* macroName)

[^] Hide details  [Close]&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OK, I see that I have to edit the folder path.&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 fixed the output folder path, and I still get the same problem.&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;Oh, looking again, I see that your code specifies several input files as well, e.g., ParameterMappingTable.txt, IFC2x3 Coordination View.txt, Export Structural Connections.txt.&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;They seem to be spread all over the place in your system.&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;Well, they are apparently not present in mine.&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;Unfortunately, I cannot run your code like this, nor pass it on to the development team.&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;Please realise that a reproducible sample setup means that it can truly be reproduced, preferably with a single click.&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;If any paths need to be edited, please specify that explicitly.&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;Please specify every single minute step required to reproduce the issue.&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;Nobody is ever eager to reproduce any problems, so you have to make it very convincing and simple, inevitable.&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;If you do not, people will not be able to see any problem, and it will remain yours only.&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;Can you please supply the missing files and instructions, so I can give it another try?&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;Best regards,&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;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 07:22:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8697571#M47733</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2019-04-01T07:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Structural Connections not exported via Document.Export (Revit 2018/Python)</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8698196#M47734</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I forgot to send Parameter Mapping File. Attached within this post.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have fixed the directory issue. In the new attached file, code is refering to current file directory so please keep parameter mapping file within same folder as REVIT file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ExportUserDefinedPsets is now set to false and the path to user defined pset is commented out.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry for the inconveniece.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 12:22:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/structural-connections-not-exported-via-document-export-revit/m-p/8698196#M47734</guid>
      <dc:creator>igmuz</dc:creator>
      <dc:date>2019-04-01T12:22:44Z</dc:date>
    </item>
  </channel>
</rss>

