Announcements

Community notifications may experience intermittent interruptions between 10–12 November during scheduled maintenance. We appreciate your patience.

Deleted joints stays in the design

Deleted joints stays in the design

sandeepdutta
Contributor Contributor
477 Views
4 Replies
Message 1 of 5

Deleted joints stays in the design

sandeepdutta
Contributor
Contributor

Hello All,

I am using the script from https://github.com/yanshil/Joint2Graphviz/tree/bd3ed01a64965c4844b88c9b1720cddb1a4c4b35

to create a visualization for my joint hierarchy. When I walk through the joints using

for joint in root.joints:

I see some joints that I cannot find in the browser, what can cause this ?

How do I workaround this problem.

 

Thank you in advance.

Sandeep 

0 Likes
478 Views
4 Replies
Replies (4)
Message 2 of 5

BrianEkins
Mentor
Mentor

Can you provide a design that demonstrates the problem?

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes
Message 3 of 5

sandeepdutta
Contributor
Contributor

Sure here is the link

https://a360.co/3QZtsFt

Please let me know if you need anything more.

Sandeep

0 Likes
Message 4 of 5

BrianEkins
Mentor
Mentor

I am seeing a problem and want to confirm if it is the same problem you're seeing. I dumped out the list of joints in the root component using Design.rootComponent.joints, and then I compared this list to the list in the browser. I found that the joint "Rigid45" was found by the API but is not listed in the browser. I also found that the joint "Rev1" is shown in the browser but was not found by the API. Is that what you see too, or are you seeing something else?

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes
Message 5 of 5

sandeepdutta
Contributor
Contributor

Yes that is correct, those are the two joints I am having trouble with.

Thank you

Sandeep

0 Likes