Search found 5 matches
- Sun May 16, 2021 7:12 pm
- Forum: OpenSim
- Topic: Change Model Marker Radius Size
- Replies: 2
- Views: 230
Re: Change Model Marker Radius Size
Ah I see thank you for the response and suggestion!
- Thu May 13, 2021 11:56 pm
- Forum: OpenSim
- Topic: Change Model Marker Radius Size
- Replies: 2
- Views: 230
Change Model Marker Radius Size
Hi, I want to change the default model marker radius size since the 10mm markers are too big for a hand model. I tried looking for a property under Marker class on doxygen that could change the display size or scaling but could not find one. The setting for "Experimental Marker Radius" under prefere...
- Wed Mar 31, 2021 10:05 pm
- Forum: OpenSim
- Topic: Toggle object visibility through Matlab API
- Replies: 4
- Views: 204
Re: Toggle object visibility through Matlab API
Ah that makes sense. Thank you for the kind explanation!
- Tue Mar 30, 2021 7:07 pm
- Forum: OpenSim
- Topic: Toggle object visibility through Matlab API
- Replies: 4
- Views: 204
Re: Toggle object visibility through Matlab API
Thank you for the quick reply! Using upd_Appearance() to create a reference worked perfectly.
In this case, would there be a way to implement set_Appearance() instead? Or in general is it better practice to use upd_ to set parameters.
In this case, would there be a way to implement set_Appearance() instead? Or in general is it better practice to use upd_ to set parameters.
- Mon Mar 29, 2021 11:50 pm
- Forum: OpenSim
- Topic: Toggle object visibility through Matlab API
- Replies: 4
- Views: 204
Toggle object visibility through Matlab API
Hi, I am editing a model through Matlab and struggling with understanding seemingly basic functions through doxygen. I added wrap objects, but I want to hide the objects so the geometries do not show when viewing the model in OpenSim. I know I can manually hide them in the OpenSim GUI, but I would l...