<?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: Save ALL associated files to DXF in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6058585#M61977</link>
    <description>&lt;P&gt;Mike,&lt;/P&gt;
&lt;P&gt;When I run the macro like I posted above, the&amp;nbsp;macro runs... but I looked at the generated file using a text editor and it is creating d&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;W&lt;/STRONG&gt;&lt;/FONT&gt;f files rather than d&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;X&lt;/STRONG&gt;&lt;/FONT&gt;f files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the macro with the change like you recommend, I get this error "The parameter is incorrect".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kirk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/220748i97F74B0AB15C7F88/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="2016-02-26_1109.png" title="2016-02-26_1109.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 17:14:09 GMT</pubDate>
    <dc:creator>karthur1</dc:creator>
    <dc:date>2016-02-26T17:14:09Z</dc:date>
    <item>
      <title>Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6056485#M61931</link>
      <description>&lt;P&gt;I use a macro that will&amp;nbsp;open each idw that is associated with an assembly and then save them to PDF. &amp;nbsp;I would like to modify this macro to save as DXF rather than PDF. Seems pretty simple and I found lots of examples where other have done something similar. I tried several things, but fialed in getting this to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The closest I got was by taking the code attached here and doing a find/replace and replacing PDF with DXF. &amp;nbsp;The new code runs and creates a DXF, but when I open the DXF it does not contain the drawing. &amp;nbsp;I tried to make it work, but I'm terrible at coding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This original code was written by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/105031"&gt;@Curtis_Waguespack﻿&lt;/a&gt;&amp;nbsp;and posted at this &lt;A href="https://forums.autodesk.com/t5/inventor-general-discussion/printing-drawing-sheet-sets-from-assembly-bom-parts-list/m-p/3714768#M455124" target="_self"&gt;thread&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kirk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 16:21:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6056485#M61931</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2016-02-25T16:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6057614#M61945</link>
      <description>&lt;P&gt;Hi, try changing these lines:&lt;/P&gt;&lt;PRE&gt;'- - - - - - - - - - - - -dxf setup - - - - - - - - - - - -
oPath = ThisDoc.Path&lt;BR /&gt;DXFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD96-2F4D-42CE-8BE0-8AEA580399E4}")&lt;BR /&gt;'DXFAddIn = ThisApplication.ApplicationAddIns.ItemById("{C24E3AC4-122E-11D5-8E91-0010B541CD80}")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To:&lt;/P&gt;&lt;PRE&gt;'- - - - - - - - - - - - -dxf setup - - - - - - - - - - - -
oPath = ThisDoc.Path&lt;BR /&gt;'DXFAddIn = ThisApplication.ApplicationAddIns.ItemById("{0AC6FD96-2F4D-42CE-8BE0-8AEA580399E4}")&lt;BR /&gt;DXFAddIn = ThisApplication.ApplicationAddIns.ItemById("{&lt;SPAN&gt;C24E3AC2-122E-11D5-8E91-0010B541CD80&lt;/SPAN&gt;}")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And let me know if it worked. I'll look at it a bit deeper if it won't&amp;nbsp;work.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 06:50:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6057614#M61945</guid>
      <dc:creator>Owner2229</dc:creator>
      <dc:date>2016-02-26T06:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6058585#M61977</link>
      <description>&lt;P&gt;Mike,&lt;/P&gt;
&lt;P&gt;When I run the macro like I posted above, the&amp;nbsp;macro runs... but I looked at the generated file using a text editor and it is creating d&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;W&lt;/STRONG&gt;&lt;/FONT&gt;f files rather than d&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;X&lt;/STRONG&gt;&lt;/FONT&gt;f files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I run the macro with the change like you recommend, I get this error "The parameter is incorrect".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kirk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/220748i97F74B0AB15C7F88/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="2016-02-26_1109.png" title="2016-02-26_1109.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 17:14:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6058585#M61977</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2016-02-26T17:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6059192#M61982</link>
      <description>&lt;P&gt;Hi karthur1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm short on time so did not test very much, but I think this will work for you. See &lt;A href="https://forums.autodesk.com/autodesk/attachments/autodesk/120/61982/1/Bach%20DXF%20Out%20All%20Drawings.txt" target="_blank"&gt;the attached *.txt file &lt;/A&gt;if this code gives you Copy-Paste errors from this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;'define the active document as an assembly file
Dim oAsmDoc As AssemblyDocument
oAsmDoc = ThisApplication.ActiveDocument
oAsmName = Left(oAsmDoc.DisplayName, Len(oAsmDoc.DisplayName) -4)

'check that the active document is an assembly file
If ThisApplication.ActiveDocument.DocumentType &amp;lt;&amp;gt; kAssemblyDocumentObject Then
MessageBox.Show("Please run this rule from the assembly file.", "iLogic")
Exit Sub
End If

'get user input
RUsure = MessageBox.Show ( _
"This will create a DXF file for all of the asembly components that have drawings files." _
&amp;amp; vbLf &amp;amp; "This rule expects that the drawing file shares the same name and location as the component." _
&amp;amp; vbLf &amp;amp; " " _
&amp;amp; vbLf &amp;amp; "Are you sure you want to create DXF Drawings for all of the assembly components?" _
&amp;amp; vbLf &amp;amp; "This could take a while.", "iLogic  - Batch Output DXFs ",MessageBoxButtons.YesNo)

If RUsure = vbNo Then
Return
Else
End If

oPath = ThisDoc.Path

'get DXF target folder path
oFolder = oPath &amp;amp; "\" &amp;amp; oAsmName &amp;amp; " DXF Files"

'Check for the DXF folder and create it if it does not exist
If Not System.IO.Directory.Exists(oFolder) Then
    System.IO.Directory.CreateDirectory(oFolder)
End If



'[ DXF setup

' Get the DXF translator Add-In.
Dim DXFAddIn As TranslatorAddIn
DXFAddIn = ThisApplication.ApplicationAddIns.ItemById("{C24E3AC4-122E-11D5-8E91-0010B541CD80}")
'Set a reference to the active document (the document to be published).
Dim oDocument As Document
oDocument = ThisApplication.ActiveEditDocument
Dim oContext As TranslationContext
oContext = ThisApplication.TransientObjects.CreateTranslationContext
oContext.Type = IOMechanismEnum.kFileBrowseIOMechanism
' Create a NameValueMap object
Dim oOptions As NameValueMap
oOptions = ThisApplication.TransientObjects.CreateNameValueMap
' Create a DataMedium object
Dim oDataMedium As DataMedium
oDataMedium = ThisApplication.TransientObjects.CreateDataMedium

' Check whether the translator has 'SaveCopyAs' options
If DXFAddIn.HasSaveCopyAsOptions(oDocument, oContext, oOptions) Then
	Dim strIniFile As String
	strIniFile = "C:\temp\dxfout.ini"
	' Create the name-value that specifies the ini file to use.
	oOptions.Value("Export_Acad_IniFile") = strIniFile
End If

'] end of DXF setup


'[ ComponentDrawings 
	'look at the files referenced by the assembly
	Dim oRefDocs As DocumentsEnumerator
	oRefDocs = oAsmDoc.AllReferencedDocuments
	Dim oRefDoc As Document
	
	'work the the drawing files for the referenced models
	'this expects that the model has a drawing of the same path and name 
For Each oRefDoc In oRefDocs
	idwPathName = Left(oRefDoc.FullDocumentName, Len(oRefDoc.FullDocumentName) - 3) &amp;amp; "idw"
	
	'check to see that the model has a drawing of the same path and name 
	If(System.IO.File.Exists(idwPathName)) Then
			Dim oDrawDoc As DrawingDocument
		oDrawDoc = ThisApplication.Documents.Open(idwPathName, True)
		oFileName = Left(oRefDoc.DisplayName, Len(oRefDoc.DisplayName) -3)
	
		On Error Resume Next ' if DXF exists and is open or read only, resume next
		'Set the DXF target file name
		oDataMedium.FileName = oFolder &amp;amp; "\" &amp;amp; oFileName &amp;amp; "DXF"
		'Write out the DXF
		'Set the destination file name
		oDataMedium.FileName = oFolder &amp;amp; "\" &amp;amp; oFileName &amp;amp; "dxf"
		'Publish document.
		Call DXFAddIn.SaveCopyAs(oDrawDoc, oContext, oOptions, oDataMedium)
		'close the file
		oDrawDoc.Close
	Else
	'If the model has no drawing of the same path and name - do nothing
	End If
Next
'] End of ComponentDrawings 



'[ Top Level Drawing 
	oAsmDrawing = ThisDoc.ChangeExtension(".idw")
	oAsmDrawingDoc = ThisApplication.Documents.Open(oAsmDrawing, True)
	oAsmDrawingName = Left(oAsmDrawingDoc.DisplayName, Len(oAsmDrawingDoc.DisplayName) -3)
	'write out the DXF for the Top Level Assembly Drawing file
	On Error Resume Next ' if DXF exists and is open or read only, resume next
	'Set the DXF target file name
	oDataMedium.FileName = oFolder &amp;amp; "\" &amp;amp; oAsmDrawingName &amp;amp; "dxf"
	'Write out the DXF
	Call DXFAddIn.SaveCopyAs(oAsmDrawingDoc, oContext, oOptions, oDataMedium)
	'Close the top level drawing
	oAsmDrawingDoc.Close
'] Top Level Drawing 

MessageBox.Show("New Files Created in: " &amp;amp; vbLf &amp;amp; oFolder, "iLogic")
'open the folder where the new ffiles are saved
Shell("explorer.exe " &amp;amp; oFolder,vbNormalFocus)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:22:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6059192#M61982</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2016-02-26T23:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6065587#M62124</link>
      <description>&lt;P&gt;Works great!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks Curtis.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:23:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6065587#M62124</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2016-03-02T13:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6275807#M63315</link>
      <description>&lt;P&gt;Thanks for these useful codes.&lt;BR /&gt;What if I need to separate dxf files by thickness and materials?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 06:31:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/6275807#M63315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-18T06:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/7294833#M74170</link>
      <description>&lt;P&gt;Aren't Material and Thickness Ilogic- Parameters?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 18:34:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/7294833#M74170</guid>
      <dc:creator>philip.G</dc:creator>
      <dc:date>2017-08-11T18:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184483#M103692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the rule using the code but it doesn't generate the dxf files.&lt;/P&gt;&lt;P&gt;I am using 2018 inventor if that helps&lt;/P&gt;&lt;P&gt;Please HELP!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:15:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184483#M103692</guid>
      <dc:creator>adriaanslabbert</dc:creator>
      <dc:date>2019-12-05T12:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184510#M103693</link>
      <description>&lt;P&gt;Did you get an error message?&lt;/P&gt;
&lt;P&gt;If I remember correctly,you have to have the file extenstions turned on (from windows explorer) before you run this.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:19:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184510#M103693</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2019-12-05T12:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184519#M103694</link>
      <description>&lt;P&gt;No it doesnt give an error msg&lt;/P&gt;&lt;P&gt;File extensions is turned on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:23:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184519#M103694</guid>
      <dc:creator>adriaanslabbert</dc:creator>
      <dc:date>2019-12-05T12:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184579#M103695</link>
      <description>&lt;P&gt;One other thing is that you must have a .ini file for the export to work.&amp;nbsp; Place the attached DXFOUT.ini file into your C:\Temp directory and try again.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it works correctly, it will open the directory where the files are written.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:57:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184579#M103695</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2019-12-05T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184600#M103697</link>
      <description>&lt;P&gt;nope, still not working&lt;/P&gt;&lt;P&gt;when I run the rule, it opens and closes all the .idw's and then opens the location where the dxf's are saved but the file is empty&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:06:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184600#M103697</guid>
      <dc:creator>adriaanslabbert</dc:creator>
      <dc:date>2019-12-05T13:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184622#M103699</link>
      <description>&lt;P&gt;It's working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:21:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184622#M103699</guid>
      <dc:creator>adriaanslabbert</dc:creator>
      <dc:date>2019-12-05T13:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184627#M103700</link>
      <description>&lt;P&gt;When the rule is running and converting the file to DXF, you will see at the bottom of the window a message like ..."Executing Data Export" in the bottom right of the inventor window.&amp;nbsp; Do you see that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recorded a Screencast video below or you can &lt;A href="https://autode.sk/34V7Ykq" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;click this link to watch.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the file extensions are not shown in windows explorer, it will cause the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container" style="position: relative; height: 0; margin: 0; padding-bottom: 92.1875%;"&gt;&lt;IFRAME width="640" height="590" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%;" src="https://screencast.autodesk.com/Embed/Timeline/d3a10f46-721e-4e1c-a254-6b66a3f8ac33" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" scrolling="no"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:23:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184627#M103700</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2019-12-05T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184640#M103701</link>
      <description>&lt;P&gt;It is working now, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:26:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184640#M103701</guid>
      <dc:creator>adriaanslabbert</dc:creator>
      <dc:date>2019-12-05T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184730#M103703</link>
      <description>&lt;P&gt;Glad you go it going.&amp;nbsp; What was the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 13:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9184730#M103703</guid>
      <dc:creator>karthur1</dc:creator>
      <dc:date>2019-12-05T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9186389#M103730</link>
      <description>&lt;P&gt;I restarted Inventor and&amp;nbsp;I was working with an assembly that wasn't saved, saved the assembly and then it was working....lol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the help!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 05:35:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/9186389#M103730</guid>
      <dc:creator>adriaanslabbert</dc:creator>
      <dc:date>2019-12-06T05:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Save ALL associated files to DXF</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/10330174#M124701</link>
      <description>&lt;P&gt;Hi Curtis, thanks for your ruler but I would like to add the external line. I think so is the sheet scale-layout configuration before printing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aronmatheus_0-1621621683621.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/921457i5DD6C636D270B17D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aronmatheus_0-1621621683621.png" alt="aronmatheus_0-1621621683621.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 18:29:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/save-all-associated-files-to-dxf/m-p/10330174#M124701</guid>
      <dc:creator>aronmatheus</dc:creator>
      <dc:date>2021-05-21T18:29:25Z</dc:date>
    </item>
  </channel>
</rss>

