Message 1 of 5
Export Sheetmetal Flatpattern as sat file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am trying to save the Sheetmetal flatpattern as sat file.
my program is working.
My problem is if I open the sat file in inventor
it shows up in a assembly.
If I do the same thing manuel, select the flatpattern and save as sat.
This file shows up as a part.
Did I miss something, In the export settings ?
I am using this code.
Dim oDataIO As DataIO
oDataIO = oDoc.ComponentDefinition.DataIO
Dim Expout As String = "FLAT PATTERN SAT"
oDataIO.WriteDataToFile(Expout, "C:\temp\Test.sat)
René J Edited by: Rene-J on May 27, 2010 10:02 PM
I am trying to save the Sheetmetal flatpattern as sat file.
my program is working.
My problem is if I open the sat file in inventor
it shows up in a assembly.
If I do the same thing manuel, select the flatpattern and save as sat.
This file shows up as a part.
Did I miss something, In the export settings ?
I am using this code.
Dim oDataIO As DataIO
oDataIO = oDoc.ComponentDefinition.DataIO
Dim Expout As String = "FLAT PATTERN SAT"
oDataIO.WriteDataToFile(Expout, "C:\temp\Test.sat)
René J Edited by: Rene-J on May 27, 2010 10:02 PM