Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There appears to be some inconsistencies in the API implementation regarding export option creations:
- createFusionArchiveExportOptions(filename, geometry)
- createSTLExportOptions(geometry, filename)
- createSTEPExportOptions(filename, geometry)
- createC3MFExportOptions(geometry, filename)
- createIGESExportOptions(filename, geometry)
Notice how filename and geometry switches order.
If this is intentional I would like to hear the rationale behind. For now I'm just confused.
Solved! Go to Solution.