API for Component Save Copy As
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a API for Component "save copy as"?
Context:
At the moment, I have a script that takes a CSV with User Parameters and generate a whole family of parts and saved as .f3d files. These automatically generated parts are then uploaded (manually) back into Fusion360 as separate designs. Subsequent updates of these automated generated parts are (manually since API is not yet available) uploaded into Fusion360 using the "Import New Version" functionality.
You might argue that my workflow is unnatural, however I have to do this becaue Fusion 360 does not allow to replace a component with another component at the moment, but only a different version of the component. I tried to get around the compoment replacement limitation while retaining the ability to automatically generate component family by utilizing the "Import New Version" functionality.
Now because of the "Clone" limitation as described in http://forums.autodesk.com/t5/design-and-documentation/insert-into-current-desing-clone-error/m-p/56... I am stuck. Fusion360 thinks the automatically generated parts are all clone of each other. As such I can't build anything that use more than one of these generated parts; unfortunately this is a very common scenario for us. The work around is to use "Save Copy As" which I have verified that it works, but this is very time consuming to do manually for each iteration of automatically generated parts, and it pretty much breaks the workflow from a practical point of view.
What would be a suggested workaround the combination of inability to replace a component with another component, and the inability to import more than one clone into a design? Is there an API for Save Copy As?
Thanks,
Stephen