Message 1 of 4
sat export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
i am a beginer in Inventor api.
i can create a sat file from the copy_res SurfaceBody, but when i copy the Surfacebody
i didn't get a sat fiel. What is the Problem?
var txBrep = AdnInventorUtilities.InvApplication.TransientBRep;
copy = txBrep.Copy(copy_res);
txBrep.Transform(copy, mtx);
var dataio = copy.DataIO;
dataio.WriteDataToFile("ACIS SAT", "C:\\Temp\\xxx.sat");