Message 1 of 1
How to get the details of same model saved with different version along with the attributes added
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm adding attributes to the component as shown below.
adsk::core::Ptr<adsk::fusion::Component> rootComp = design->rootComponent();
rootComp->attributes()->add("attributeGroup", "attributeName", "attributeValue")
After certain changes in the fusion model from fusion viewer we are again adding the attributes in it and saving it.
As the separate versions gets created on saving the model in the Fusion and I want to get the list of components which gets created for same model with different version along with there attributes.
So can anyone suggest how to get this details?
Thanks in advance!