Page 1 of 1

.xml file

Posted: Thu Jul 11, 2019 5:06 am
by zhaojiamin0614
Hi, all

Is there any guide for understanding the .xml file of an model? For example, I opened the MoBL_ARMS_module2_4_allmuscles.osim in Notepad++. But I don't know what "<CoordinateSet>" or <SpatialTransform> means. Also there are many other "<...> "--I can't understand how to set it.
I am looking forward to any help. Thank you!

Regards,
Jiamin
pic.PNG
pic.PNG (105.07 KiB) Viewed 186 times

Re: .xml file

Posted: Thu Jul 11, 2019 6:49 am
by tkuchida
Here are some resources:
- "OpenSim Models" page in the Confluence documentation: https://simtk-confluence.stanford.edu:8 ... Sim+Models
- XML Browser in the GUI (Help menu -> XML Browser -> select the desired class)
- API documentation (e.g., for SpatialTransform: https://simtk.org/api_docs/opensim/api_ ... sform.html)