How to get one model's height and weight?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Jianwei Qiu
Posts: 4
Joined: Tue Oct 15, 2013 4:11 am

How to get one model's height and weight?

Post by Jianwei Qiu » Tue Apr 08, 2014 6:56 am

I have a naive question.
How to find one full-body model's height and weight?(for example, gait2354_simbody.osim)
It seems that full-body weight can be calculated by sum all body parts' weight.
(for example,
<Body name="pelvis">
<mass>11.777</mass>
...
</Body>)
But I can't find the way to get full-body height.

User avatar
Jianwei Qiu
Posts: 4
Joined: Tue Oct 15, 2013 4:11 am

Re: How to get one model's height and weight?

Post by Jianwei Qiu » Tue Apr 08, 2014 8:51 am

There is a sentence, "The default, unscaled version of these models represents a subject that is about 1.8 m tall and has a mass of 75.16 kg.", in the user guide.
How can I figure out the height only by the *.osim file?

User avatar
Neelma Mumtaz
Posts: 4
Joined: Sun Apr 06, 2014 1:59 pm

Re: How to get one model's height and weight?

Post by Neelma Mumtaz » Mon May 05, 2014 8:20 am

Hello,
I am also trying to find the same thing? I am sorry that I am not writing with an answer but by now you must have found out how and I would be really glad if you can share that information here.
Thanks in advance :)

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: How to get one model's height and weight?

Post by jimmy d » Tue May 06, 2014 5:29 am

You could add each bodies mass located in the osim file.

For the height, you could put 1 marker on the base of the foot and one marker on the top of the head and get get linear "y" distance.

POST REPLY