Where can we find the Java Api

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Saiyi Li
Posts: 5
Joined: Mon Nov 11, 2013 11:12 pm

Where can we find the Java Api

Post by Saiyi Li » Tue Jan 06, 2015 10:47 pm

Hi all, does anyone know where we can find the API for GUI command line in opensim 3.2? It seems like that we canot not use c++ api because I cannot find getCurrentModel() function. Thank you.

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: Where can we find the Java Api

Post by jimmy d » Wed Jan 14, 2015 9:59 am

Hi Saiyi,

There is only 1 API. The GUI uses that API. The GUI owns a number of functions that allow for easier interaction with the API in, getCurrentModel() being one of them.

Cheers,
-James

POST REPLY