Page 1 of 1

Scaling in programming environment.

Posted: Tue Feb 23, 2010 4:32 pm
by erkang
Can we do that scaling in the programming environment?
Can anyone share an example.
After we load the model, which function should we use for scaling?

// Load the OpenSim model
LoadOpenSimLibrary("osimActuators");
Model osimModel("gait2392_simbody.osim");

RE: Scaling in programming environment.

Posted: Tue Feb 23, 2010 4:38 pm
by erkang
maybe I should say
whether we can run scaling, IK, and SO
in the programming environment by writing some code.
Has anyone done that before?

RE: Scaling in programming environment.

Posted: Thu Feb 25, 2010 10:22 am
by aymanh
Hi Kang,

In order not to mix developers' issues with OpenSim GUI users issues, we started a separate forum:

https://simtk.org/forum/forum.php?forum_id=283

We'll try to provide short snippets and pointers to code/examples there.

Best,
-Ayman

RE: Scaling in programming environment.

Posted: Thu Feb 25, 2010 10:26 am
by erkang
Thank you very much.
I will look at the information there.