Hey opensim community!
Since I have to translate and rotate several bodies (wrap objects) during my project I wonder if there already exists a script / tool to quickly translate or rotate a certain object in a certain direction. To do it manually in the properties section is pretty time consuming.
Any ideas?
Script for quick translation/rotation
Re: Script for quick translation/rotation
Hi Elias,
At the moment there are no tools to do this quickly. If you are doing many objects I would suggest writing a matlab script that interacts with the OpenSim API. You can edit properties of bodies and wrap objects quickly and iterate many times.
cheers,
-james
At the moment there are no tools to do this quickly. If you are doing many objects I would suggest writing a matlab script that interacts with the OpenSim API. You can edit properties of bodies and wrap objects quickly and iterate many times.
cheers,
-james
- Elias Bachmann
- Posts: 3
- Joined: Tue Dec 17, 2013 7:14 am
Re: Script for quick translation/rotation
Hi James, thanks for the suggestion,
cheers Elias
cheers Elias
Re: Script for quick translation/rotation
Hi James,jimmy wrote:Hi Elias,
At the moment there are no tools to do this quickly. If you are doing many objects I would suggest writing a matlab script that interacts with the OpenSim API. You can edit properties of bodies and wrap objects quickly and iterate many times.
cheers,
-james
I am wondering if you could please tell me more information about edit wrap objects using API? I described my problem here:
https://simtk.org/forums/viewtopic.php?f=91&t=5296
Thanks!
Wen