12-31-2018
05:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-31-2018
05:00 AM
Export to Object Method
Hi
I have used the API to Exported the inventor assembly files to Object Format. But there is different is sizes of exporting object files by manually and by API. By manual conversion if will be of 46MB and by API it will be of 10 MB
Please share some comments on that
01-02-2019
01:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
01-02-2019
01:39 PM
Export commands use the translator add-in for that file format. The translator add-in via code can be thoroughly customized. For the user, the customization comes from the 'options' button. For DXF/DWG/DWF user customization can be saved as .INI files that the code can load and use as is instead of customizing each feature.
It is possible you are using 2 different customizations when exporting via code vs user.
jvj