export joints

export joints

Anonymous
Not applicable
1,399 Views
7 Replies
Message 1 of 8

export joints

Anonymous
Not applicable

Hi is there any way I can export a complete setup with joints to some file I can then read in my own application?

0 Likes
1,400 Views
7 Replies
Replies (7)
Message 2 of 8

Beyondforce
Advisor
Advisor
What application?

Ben Korez
Fusion 360 NewbiesPlus
Fusion 360 Hardware Benchmark
| YouTube

0 Likes
Message 3 of 8

jeff_strater
Community Manager
Community Manager

The answer, unfortunately, is no.  None of the standard formats, such as IGES or STEP support any sort of joint definition.  The only application that understands Fusion's joint model is Fusion itself.

 

Jeff

 


Jeff Strater
Engineering Director
0 Likes
Message 4 of 8

Anonymous
Not applicable
Okay thanks, is there no other way like through the api or something?
0 Likes
Message 5 of 8

hclmed
Enthusiast
Enthusiast

Since USD itself supports joint definition, would it be possible to convey the relationship set in Fusion 360 in a USD file?

0 Likes
Message 6 of 8

hclmed
Enthusiast
Enthusiast

It seems that the joint types in Fusion and USD used for Omnivision/Create pretty much align. There's also a Fusion 360 "Connector" in development by Eric Bowman at Nvidia, previewed here: https://www.youtube.com/watch?v=EePFBWxSpUQ.

The UsdPhysicsJoint Class, https://graphics.pixar.com/usd/dev/api/class_usd_physics_joint.html, seems to encompass the joint types defined in Fusion 360. Is there any reason they can't be defined in an export?

0 Likes
Message 7 of 8

jhackney1972
Consultant
Consultant

Removed.

John Hackney, Retired
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 8 of 8

hclmed
Enthusiast
Enthusiast

Yes, functional would be the goal. I don't know how Fusion stores its joint definitions, but the open source USD API supports all the required parameters for a functional joint. There should be some way to map Fusion's internal definition for each joint, to that API.

0 Likes