Simbody 3.6 Documentation

The Question and Answer and Support Forum for the 2017 Fall Virtual Workshop.
POST REPLY
User avatar
Kenechukwu Mbanisi
Posts: 51
Joined: Fri Feb 10, 2017 2:50 pm

Simbody 3.6 Documentation

Post by Kenechukwu Mbanisi » Sat Oct 28, 2017 9:14 am

Hello All,

I realize that the OpenSim 4.0 API works with a new Simbody version 3.6.

Is there any access to the Simbody 3.6 documentation online?

Thank you.

Kenechukwu

User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: Simbody 3.6 Documentation

Post by Thomas Uchida » Sat Oct 28, 2017 12:20 pm

Simbody 3.6 hasn't been officially released (the latest release is 3.5.4: https://github.com/simbody/simbody/releases). To get the latest API documentation, I think you need to clone the GitHub repo and build the doxygen locally.

The Simbody 3.5 doxygen is available online: https://simtk.org/api_docs/simbody/3.5/. Some (but not all) of the changes since the 3.5 release are listed here: https://github.com/simbody/simbody/blob ... ANGELOG.md. For a complete record of all changes, you can go through the closed Pull Requests on GitHub: https://github.com/simbody/simbody/pull ... s%3Aclosed.

POST REPLY