<?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 Batch export DXF in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/9218905#M12965</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to know if there is a script or a plugin that would allow me to batch export all flat patterns in an assembly? I do a lot of parametric sheet metal assemblies and it would save me a lot of time when I have 20 flats to export individually. Also, as a suggestion, i think it would be great if the flat pattern view would show the part name that is being viewed and maybe default the export name to the part name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2019 18:29:20 GMT</pubDate>
    <dc:creator>3d_low</dc:creator>
    <dc:date>2019-12-24T18:29:20Z</dc:date>
    <item>
      <title>Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/9218905#M12965</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to know if there is a script or a plugin that would allow me to batch export all flat patterns in an assembly? I do a lot of parametric sheet metal assemblies and it would save me a lot of time when I have 20 flats to export individually. Also, as a suggestion, i think it would be great if the flat pattern view would show the part name that is being viewed and maybe default the export name to the part name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 18:29:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/9218905#M12965</guid>
      <dc:creator>3d_low</dc:creator>
      <dc:date>2019-12-24T18:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/10457430#M12966</link>
      <description>&lt;P&gt;I second this request.&amp;nbsp; This functionality seems rather straight forward and could save a lot of time.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2021 04:03:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/10457430#M12966</guid>
      <dc:creator>travis</dc:creator>
      <dc:date>2021-07-10T04:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/10457500#M12967</link>
      <description>&lt;P&gt;Unfortunately, the API doesn't support access to the flat pattern information yet so it's not possible to write something like this.&amp;nbsp; Hopefully, not too far in the future.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2021 05:09:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/10457500#M12967</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2021-07-10T05:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/10535952#M12968</link>
      <description>&lt;P&gt;I second this.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 02:47:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/10535952#M12968</guid>
      <dc:creator>gvisca44</dc:creator>
      <dc:date>2021-08-11T02:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11774859#M12969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3293270"&gt;@3d_low&lt;/a&gt;&amp;nbsp;(and others).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written some code that now does this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically it will:&lt;/P&gt;&lt;P&gt;* Ask where you want the DXF files stored (folder location).&lt;/P&gt;&lt;P&gt;* Scan the model and look for Sheet Metal bodies (if body.isSheetMetal)&lt;/P&gt;&lt;P&gt;* Save the flat pattern DXF file to your chosen file - based on:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;* folder location = &lt;EM&gt;material.name&amp;nbsp;&lt;/EM&gt;thickness=&lt;EM&gt;xx.xx (example: &lt;STRONG&gt;Galvabond G2 thickness=1.2&lt;/STRONG&gt;), f&lt;/EM&gt;ilename = &lt;EM&gt;component.name&lt;/EM&gt;.DXF (&lt;EM&gt;example:&lt;/EM&gt;&amp;nbsp;0400-S002.DXF).&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;* The material is extracted from each component's properties, and the thickness is extracted from each component's sheet metal rule.&lt;/P&gt;&lt;P&gt;* At completion - a log file is created with any error messages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Log messages:&lt;/P&gt;&lt;P&gt;* If a part is sheet metal, but doesnt have a sheet metal rule.&lt;/P&gt;&lt;P&gt;* If a part is sheet metal, but a flat pattern hasnt been created.&lt;/P&gt;&lt;P&gt;* If a flat pattern exists but is unhealthy.&lt;/P&gt;&lt;P&gt;* along with other file related conditions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exporting around 100 sheet metal parts takes less than 60 seconds !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glenn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 03:56:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11774859#M12969</guid>
      <dc:creator>gvisca44</dc:creator>
      <dc:date>2023-02-23T03:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11777342#M12970</link>
      <description>&lt;P&gt;that would be a great addition to fusion.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 21:56:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11777342#M12970</guid>
      <dc:creator>travis</dc:creator>
      <dc:date>2023-02-23T21:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11783748#M12971</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7152548"&gt;@gvisca44&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;is your script open or available somewhere?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 09:03:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11783748#M12971</guid>
      <dc:creator>AlessandroZap</dc:creator>
      <dc:date>2023-02-27T09:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11783845#M12972</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I’ll post a copy over the next few days.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2023 09:49:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11783845#M12972</guid>
      <dc:creator>gvisca44</dc:creator>
      <dc:date>2023-02-27T09:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11818381#M12973</link>
      <description>Also very interested in this!</description>
      <pubDate>Mon, 13 Mar 2023 17:33:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11818381#M12973</guid>
      <dc:creator>bartparker</dc:creator>
      <dc:date>2023-03-13T17:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11830527#M12974</link>
      <description>&lt;P&gt;Since there were requests for it in the Japanese forum, we have created an add-in and released it to the public.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kantoku-code/Fusion360_BLACKSMITH" target="_blank" rel="noopener"&gt;https://github.com/kantoku-code/Fusion360_BLACKSMITH&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 07:18:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11830527#M12974</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2023-03-18T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11833272#M12975</link>
      <description>That's great! Thank you so much!</description>
      <pubDate>Mon, 20 Mar 2023 08:33:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11833272#M12975</guid>
      <dc:creator>AlessandroZap</dc:creator>
      <dc:date>2023-03-20T08:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11835709#M12976</link>
      <description>&lt;P&gt;Improved functionality. (ver 0.0.5)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kantoku-code/Fusion360_BLACKSMITH" target="_blank" rel="noopener"&gt;https://github.com/kantoku-code/Fusion360_BLACKSMITH&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;No more need to create flat patterns in advance.&lt;/LI&gt;
&lt;LI&gt;Multiple sheet metal bodies can be exported, even if they are contained within a single component.&lt;/LI&gt;
&lt;LI&gt;Sheet metal bodies in external components (with links) are also processed.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Mar 2023 08:36:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11835709#M12976</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2023-03-21T08:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11838099#M12977</link>
      <description>&lt;P&gt;Holy moly !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats far fancier than mine !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Glenn.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 04:12:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11838099#M12977</guid>
      <dc:creator>gvisca44</dc:creator>
      <dc:date>2023-03-22T04:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907116#M12978</link>
      <description>Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3787950"&gt;@kandennti&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I would report some issues with the BLACKSMITH add-in:&lt;BR /&gt;&lt;BR /&gt;- The new DXF Export from Sheet Metal Body doesn't work for me: the assigned folder open up empty (no file is exported); same for SAT&lt;BR /&gt;- The old Flat Pattern Export works with some errors: If I select all flat pattern from the dialog box, just a part of them are exported. If I select a single file (from those not exported) the addin manage to export it. Same for SAT.&lt;BR /&gt;&lt;BR /&gt;My environment is:&lt;BR /&gt;Fusion 360 2.0.15995 x86_64 [Native]&lt;BR /&gt;macOS 12.6.5 (21G531) on MacBookPro13,2&lt;BR /&gt;&lt;BR /&gt;Thank you for sharing your work.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Apr 2023 13:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907116#M12978</guid>
      <dc:creator>AlessandroZap</dc:creator>
      <dc:date>2023-04-19T13:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907235#M12979</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13559886"&gt;@AlessandroZap&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;Thanks for reporting the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be that I was testing with only a very simple model.&lt;BR /&gt;It would be helpful if you could provide me with data that could reproduce the situation, but that will probably be difficult.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please tell us a little about the actual situation you worked on.&lt;BR /&gt;・Did you include sheet metal bodies with complex geometry?&lt;BR /&gt;・Were there multiple sheet metal bodies within a single component?&lt;BR /&gt;・Were there components with flat patterns already created?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 14:09:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907235#M12979</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2023-04-19T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907319#M12980</link>
      <description>&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3787950"&gt;@kandennti&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for your answer. Indeed I'm working on a complex project with a lot of components and some of them has complex geometry.&lt;BR /&gt;&lt;BR /&gt;To give you more data, I did some tests:&lt;BR /&gt;&lt;BR /&gt;- About the second issue (flat pattern list partially exported) I can tell you that the origin of the problem is in my components. Actually, despite a flat pattern is created, Fusion neither couldn't export the DXF file, returning an unknown error.&lt;BR /&gt;So, it seems that the BLACKSMITH addin stop processing when an error occurs leaving the file queue unprocessed. It would be just helpful to have a pop-up window that shows which files weren't exported.&lt;BR /&gt;&lt;BR /&gt;- About the first issue (no flat pattern file exported from Metal Sheet Body):&lt;BR /&gt;the problem doesn't seem to be linked to the model specifications. I tried to run the function with one or two simple Sheet Metal Body with or without flat pattern already created; no positive results.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Apr 2023 14:33:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907319#M12980</guid>
      <dc:creator>AlessandroZap</dc:creator>
      <dc:date>2023-04-19T14:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907387#M12981</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13559886"&gt;@AlessandroZap&lt;/a&gt;&amp;nbsp;&amp;nbsp;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In writing the rough process, only one flat pattern can be created per component.&lt;BR /&gt;To avoid this problem, if there are multiple sheet metal bodies in a component or if there is a flat pattern from the beginning, a new flat pattern is created while deleting the flat pattern.&lt;BR /&gt;In the case of sheet metal bodies with complex shapes, we feel that we may be deleting the flat pattern before the flat pattern export is complete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I think it is possible to display a message about the bodies that could not be exported, since it is possible to check the existence of the file after processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am very sorry, but I am working on something else, so please give me some time.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:01:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907387#M12981</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2023-04-19T15:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907404#M12982</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3787950"&gt;@kandennti&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Don't worry, I was just giving some (hopefully) useful data to analyze the problem.&lt;BR /&gt;Thanks again for sharing your work. Once completed it could really save a lot of time for exporting activity.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:10:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907404#M12982</guid>
      <dc:creator>AlessandroZap</dc:creator>
      <dc:date>2023-04-19T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907429#M12983</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7152548"&gt;@gvisca44&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;is there any news for your addin to be available?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:18:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11907429#M12983</guid>
      <dc:creator>AlessandroZap</dc:creator>
      <dc:date>2023-04-19T15:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Batch export DXF</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11909227#M12984</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13559886"&gt;@AlessandroZap&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We were able to identify the cause of the problem and have released a corrected version. (ver 0.0.10)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/kantoku-code/Fusion360_BLACKSMITH" target="_blank" rel="noopener"&gt;https://github.com/kantoku-code/Fusion360_BLACKSMITH&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When export fails, the file path is output to the text command window.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="export_err_eng.png" style="width: 348px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1204570iF517C682C33B1623/image-size/large?v=v2&amp;amp;px=999" role="button" title="export_err_eng.png" alt="export_err_eng.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Here is an example of a failed export.&lt;BR /&gt;A sheet metal body with holes drilled with a spline drawn in a sketch.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 428px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1204571iCD19156C7A9D421E/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In such a case, although a flat pattern can be created, even manual operation fails with an error when exporting DXF.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 08:26:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/batch-export-dxf/m-p/11909227#M12984</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2023-04-20T08:26:27Z</dc:date>
    </item>
  </channel>
</rss>

