- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A recent update to Fusion 360 broke my FMGears (C++) add-in. It worked in Fusion version 2.0.19440 x86_64 but fails after upgrading to 2.0.20948 x86_64, so somewhere in between a change occurred to break FMGears. It uses DXF import to generate a sketch with the profile of the gear, i.e. importManager->createDXF2DImportOptions and importManager->importToTarget.
This import process now imports the gear's profiles as construction curves rather than normal curves as it did before. This causes an error when trying to extrude elements of the sketch to create the 3D gear. I may have a workaround for the issue, but this seems like an undesirable breaking change for ALL users of this API function and should likely be corrected.
Solved! Go to Solution.