Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Deleted joints stays in the design

sandeepdutta
Contributor

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
Reply
351 Views
4 Replies
Replies (4)

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

sandeepdutta
Contributor
Contributor

Sure here is the link

https://a360.co/3QZtsFt

Please let me know if you need anything more.

Sandeep

0 Likes

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

sandeepdutta
Contributor
Contributor

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

Thank you

Sandeep

0 Likes