Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Since I have installed Inventor 2019 it is not possible anymore to export flat patterns to DXF R12 if the filename contains special chars such as 'ø'.
This code from the help gives the error:
Public Sub WriteSheetMetalDXF() ' Get the active document. This assumes it is a part document. Dim oDoc As PartDocument Set oDoc = ThisApplication.ActiveDocument ' Get the DataIO object. Dim oDataIO As DataIO Set oDataIO = oDoc.ComponentDefinition.DataIO ' Build the string that defines the format of the DXF file. Dim sOut As String sOut = "FLAT PATTERN DXF?AcadVersion=R12&OuterProfileLayer=Outer" ' Create the DXF file. oDataIO.WriteDataToFile sOut, "D:\Støtte.dxf" End Sub
With the build in 'Save copy as' command I get the same error, so it seems to be a bug.
Get control of your sheet metal files.
Download the app from matprop.com
Download the app from matprop.com
Solved! Go to Solution.