Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Script NameDescription
runTutorialOne.pyThis example script performs the steps performed in Tutorial 1 - Intro to Musculoskeletal Modeling.
runTutorialTwo.pyThis example script performs the steps performed in Tutorial 2 - Simulation and Analysis of a Tendon Transfer Surgery.
runTutorialThree.pyThis example script performs the steps performed in Tutorial 3 - Scaling, Inverse Kinematics, and Inverse Dynamics.
testShowModelSummary.pyDisplays information about the current model in a standalone dialog.
plotMuscleFiberLengthAgainstFile.py

Shows how to create and display a plot window. The script loads the BothLegs OpenSim model and adds curves of fiber length for the model. Then, it loads and plots data from a storage file, which contains fiber lengths for the model Subject01_simbody that is included with the OpenSim distribution.

plotMuscleMomentArmAgainstMotion.pyShows how to plot muscle moment arms as a function of a motion.
makeUlnaHeavy.pyShows how to create a modified version of a model that is loaded in the GUI. The script increases the mass of the ulna. The modified model is then loaded in the GUI.
alterTendonSlackLength.pyShows how to change the attributes of the muscles for the current model.
runScaling.pyRuns the scale tool for the Gait2354 model, and loads the generic and scaled models in the GUI.

runMultipleIKTrials.py

Runs multiple inverse kinematics trials. To see the results, load the model and IK output in the GUI.
strengthenModel.py

Increases the max. isometric force of all the muscles in the currently loaded model. A pop-up dialog displays a confirmation with the name of the new model.

editProperties.pyScript to demonstrate how to edit model component properties.
modelBuildingUtilitiesModelBuilder.pyHelper functions for adding specific types of components (Bodies, Frames, Joints, Geometry) to a model.
createControlsFromStorage.pyHelper function to create a controls.xml file from a .sto file.

...