Search found 1 match
- Mon Nov 04, 2024 8:11 pm
- Forum: OpenSim
- Topic: The use of setUseVisualizer() function
- Replies: 1
- Views: 253
The use of setUseVisualizer() function
import opensim as osim model_path = 'E:\python\Osim_RL1.5\osim\models\gait9dof18musc.osim' model = osim.Model(model_path) model.setUseVisualizer(True) I called the model.setUseVisualizer (True) function in python to open the visualization window to observe the model. Although there was no error dur...