<?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: How to create flat patterns and export them to DXF from assemblies in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12134728#M20774</link>
    <description>&lt;P&gt;Yes for VBA you cannot declare and set the object variable in the same line. So if you likely have ilogic/ VB.Net code which you will need to translate. Please attach the code your using and any error message you have for help in diagnosing the issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternative is to open the ilogic editor and just paste in&amp;nbsp; and run the rule from a form or similar.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Jul 2023 00:27:42 GMT</pubDate>
    <dc:creator>A.Acheson</dc:creator>
    <dc:date>2023-07-29T00:27:42Z</dc:date>
    <item>
      <title>How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12133662#M20771</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jus tas the title says, I want to program a way to, firstly, create flat patterns of each part from assemblies, and then export them to dxf. I'm extremely new to the API and dont really know where to start. Can anyone point me in the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have the following code to connect inventor with the VBA interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim oDrawing As Inventor.AssemblyDocument&lt;BR /&gt;Set oDrawing = ThisApplication.ActiveDocument&lt;BR /&gt;&lt;BR /&gt;Dim oCompDef As SheetMetalComponentDefinition&lt;BR /&gt;oCompDef = oDoc.ComponentDefinition&lt;BR /&gt;&lt;BR /&gt;If oCompDef.HasFlatPattern = False Then&lt;BR /&gt;oCompDef.Unfold&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried looking at past posts, but many of them have prior knowledge in this area as well. I come from a prior background in python and C++.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:29:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12133662#M20771</guid>
      <dc:creator>mindaV3J2J</dc:creator>
      <dc:date>2023-07-28T14:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12133698#M20772</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13933266"&gt;@mindaV3J2J&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/upgrading-export-dxf-flat-pattern-from-assembly-with-iproperty/m-p/9037401#M101437" target="_blank" rel="noopener"&gt;Here&lt;/A&gt; is an example using ilogic which has VB.NET as the underlining launguage. I used this keyword when doing an internet search&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Export DXF flat pattern from Assembly"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is many more samples on this forum utilizing ilogic so I would suggest to use that launguage over VBA if your starting out. Knowing each one is also an asset too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 14:48:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12133698#M20772</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-07-28T14:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12133726#M20773</link>
      <description>&lt;P&gt;Thanks for the help. I've looked at this and several similar ones; however, in the VBA code, I cannot use Dim and set something in the same line, which leads me to believe I'm using a different version than many users here. Is this the case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message is that it expects end of statement.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 15:00:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12133726#M20773</guid>
      <dc:creator>mindaV3J2J</dc:creator>
      <dc:date>2023-07-28T15:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12134728#M20774</link>
      <description>&lt;P&gt;Yes for VBA you cannot declare and set the object variable in the same line. So if you likely have ilogic/ VB.Net code which you will need to translate. Please attach the code your using and any error message you have for help in diagnosing the issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The alternative is to open the ilogic editor and just paste in&amp;nbsp; and run the rule from a form or similar.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jul 2023 00:27:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12134728#M20774</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-07-29T00:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12138423#M20775</link>
      <description>&lt;P&gt;Sub test()&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'Set your filepath here:&lt;BR /&gt;SETFilePath = "C:\Temp"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'Check for flat pattern &amp;gt;&amp;gt; create one if needed&lt;BR /&gt;Dim oDoc As AssemblyDocument&lt;BR /&gt;Set oDoc = ThisApplication.AssemblyDocument&lt;BR /&gt;Dim oCompDef As SheetMetalComponentDefinition&lt;BR /&gt;oCompDef = oDoc.ComponentDefinition&lt;BR /&gt;If oCompDef.HasFlatPattern = False Then&lt;BR /&gt;oCompDef.Unfold&lt;/P&gt;&lt;P&gt;Else&lt;BR /&gt;oCompDef.FlatPattern.Edit&lt;BR /&gt;End If&lt;/P&gt;&lt;P&gt;'DXF Settings&lt;BR /&gt;Dim sOut As String&lt;BR /&gt;Dim sPATH As String&lt;BR /&gt;sOut = "FLAT PATTERN DXF?AcadVersion=2000&amp;amp;OuterProfileLayer=IV_INTERIOR_PROFILES"&lt;BR /&gt;Dim sFname As String&lt;BR /&gt;sFname = SETFilePath &amp;amp; "\" &amp;amp; ThisDoc.FileName(False) &amp;amp; ".dxf"&lt;/P&gt;&lt;P&gt;'Export the DXF and fold the model back up&lt;BR /&gt;oCompDef.DataIO.WriteDataToFile sOut, sFname&lt;BR /&gt;Dim oSMDef As SheetMetalComponentDefinition&lt;BR /&gt;oSMDef = oDoc.ComponentDefinition&lt;BR /&gt;oSMDef.FlatPattern.ExitEdit&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my current code, I found it from another post and tweaked it a little. The first part where things go wrong are i the first set statement-I've had trouble casting my oDoc variable as an assembly document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much in advance&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 13:16:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12138423#M20775</guid>
      <dc:creator>mindaV3J2J</dc:creator>
      <dc:date>2023-07-31T13:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12138745#M20776</link>
      <description>&lt;P&gt;ive done some messing around with it and heres my new version, issues still remoain&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sub ExportFlatPatternToDXF2()&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim SETFilePath As String&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SETFilePath = "PATH"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If ThisApplication.ActiveDocument.DocumentType &amp;lt;&amp;gt; kAssemblyDocumentObject Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox "Please open an assembly document.", vbExclamation, "iLogic"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exit Sub&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim oDoc As AssemblyDocument&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set oDoc = ThisApplication.ActiveDocument&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim oCompDef As SheetMetalComponentDefinition&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim oComponent As ComponentOccurrence&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For Each oComponent In oDoc.ComponentDefinition.Occurrences&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On Error Resume Next&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set oCompDef = oComponent.Definition&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On Error GoTo 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Not oCompDef Is Nothing And oCompDef.Type = kSheetMetalComponentDefinitionObject Then&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If oCompDef.HasFlatPattern = False Then&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oCompDef.Unfold&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; oCompDef.FlatPattern.Edit -&amp;gt;&amp;gt; issue&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim sOut As String&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim sFname As String&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sOut = "FLAT PATTERN DXF?AcadVersion=2000&amp;amp;OuterProfileLayer=IV_INTERIOR_PROFILES"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sFname = SETFilePath &amp;amp; "\" &amp;amp; oComponent.Name &amp;amp; ".dxf"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; oCompDef.DataIO.WriteDataToFile sOut, sFname --&amp;gt; issue&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; oCompDef.FlatPattern.ExitEdit&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next oComponent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MsgBox "Flat patterns exported to " &amp;amp; SETFilePath, vbInformation, "iLogic"&lt;BR /&gt;End Sub&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:08:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12138745#M20776</guid>
      <dc:creator>mindaV3J2J</dc:creator>
      <dc:date>2023-07-31T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12140072#M20777</link>
      <description>&lt;P&gt;From the API help sample for &lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=WriteFlatPatternAsDXF_Sample" target="_blank" rel="noopener"&gt;exporting a dxf from a sheetmetal part&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below is modified accordingly as well as changing from occurrences to all referenced documents. This will make a more universal rule and not be resticted by assembly hierarchy. This macro is untested.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;Sub ExportFlatPatternToDXF2()

    Dim SETFilePath As String
    SETFilePath = "PATH"
 
    If ThisApplication.ActiveDocument.DocumentType &amp;lt;&amp;gt; kAssemblyDocumentObject Then
        MsgBox "Please open an assembly document.", vbExclamation, "iLogic"
        Exit Sub
    End If

    Dim oAsmDoc As AssemblyDocument
    Set oAsmDoc = ThisApplication.ActiveDocument

    Dim oRefDocs As DocumentsEnumerator = 
    Set oAsmDoc.AllReferencedDocuments
    
    Dim oRefDoc As Document
    For Each oRefDoc In oRefDocs
         
         'Check if it's a Sheetmetal part:
         If oRefDoc.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then      
            Dim oSheetMetDoc As PartDocument 
            Set oSheetMetDoc = ThisApplication.Documents.Open(oRefDoc.FullFileName, True)
         
            Dim oCompDef As SheetMetalComponentDefinition 
            Set oCompDef = oSheetMetDoc.ComponentDefinition

            If oCompDef.HasFlatPattern = False Then
                oCompDef.Unfold
            Else
                oCompDef.FlatPattern.Edit
            End If
         
            Dim sOut As String
            sOut = "FLAT PATTERN DXF?AcadVersion=2000&amp;amp;OuterProfileLayer=IV_INTERIOR_PROFILES"

            Dim sFname As String
            sFname = SETFilePath &amp;amp; "\" &amp;amp; oSheetMetDoc.DisplayName &amp;amp; ".dxf"

            ' Get the DataIO object.
            Dim oDataIO As DataIO
            Set oDataIO = oCompDef.DataIO

            oDataIO.WriteDataToFile sOut, sFname

            oCompDef.FlatPattern.ExitEdit
        End If
    Next oRefDoc

    MsgBox "Flat patterns exported to " &amp;amp; SETFilePath, vbInformation, "iLogic"
End Sub&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 02:01:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12140072#M20777</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-08-01T02:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12140930#M20778</link>
      <description>&lt;P&gt;this got some output!!! However, it failed on the second object when it tried to unfold the second pattern, do you know why this could be? im getting the error message: Mthod 'Unfold' of object 'SheetMetalComponentDefinition' failed&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:43:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12140930#M20778</guid>
      <dc:creator>mindaV3J2J</dc:creator>
      <dc:date>2023-08-01T11:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12141357#M20779</link>
      <description>&lt;P&gt;Can the flatpattern be generated manually? If it can then you need to figure out why it did fail. Is the sheetmetal part read only? If it is then no flatpattern can be generated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a last resort on error resume next could be used but it will likely skip the operation entirely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 14:10:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12141357#M20779</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2023-08-01T14:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12147662#M20780</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13933266"&gt;@mindaV3J2J&lt;/a&gt;&amp;nbsp;How many posts did you make on this topic? Please don't duplicate posts, you ended with multiple people working on the same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See my last reply here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/turn-off-certain-layers-when-exporting-as-dxf/m-p/12147644#M155989" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/turn-off-certain-layers-when-exporting-as-dxf/m-p/12147644#M155989&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 19:19:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12147662#M20780</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2023-08-03T19:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create flat patterns and export them to DXF from assemblies</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12147669#M20781</link>
      <description>&lt;P&gt;Apologies, I couldn't find my original post at one point so I made another. Wont happen again I appreciate it.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 19:21:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-create-flat-patterns-and-export-them-to-dxf-from/m-p/12147669#M20781</guid>
      <dc:creator>mindaV3J2J</dc:creator>
      <dc:date>2023-08-03T19:21:09Z</dc:date>
    </item>
  </channel>
</rss>

