How to get the details of same model saved with different version along with the attributes added

How to get the details of same model saved with different version along with the attributes added

pts.user2
Contributor Contributor
174 Views
0 Replies
Message 1 of 1

How to get the details of same model saved with different version along with the attributes added

pts.user2
Contributor
Contributor

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!

0 Likes
175 Views
0 Replies
Replies (0)