Message 1 of 2

Not applicable
12-06-2016
04:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am building a Fusion360 Add-in.
In this add-in, I would like to map a Fusion360 design's specific version with the add-in's project !!
To do this, I came up with two ideas,
Idea 1 :
Fetch currently loaded DesignID & VersionNo using Fusion360 API, and map it with a add-in's projectID
Here the mapping information is on add-in's side and it assumes that Fusion360's DesignID & VersionNo for the loaded design never changes in future.
Idea 2 :
Store add-in's projectID as a Custom Attribute inside currently loaded Fusion360's Design.
Here we are assuming that the attribute we set on this design is never going to be deleted and it should not be visible to the user.
Can any one please show me some light regarding which idea to go for?
Thanks in advance!
Solved! Go to Solution.