Search found 2 matches

by hans o
Mon Apr 20, 2020 9:11 am
Forum: OpenSim
Topic: Extract scalefactors from scaled model
Replies: 2
Views: 317

Re: Extract scalefactors from scaled model

Wonderful, it worked! Thank you very much.
by hans o
Mon Apr 20, 2020 2:22 am
Forum: OpenSim
Topic: Extract scalefactors from scaled model
Replies: 2
Views: 317

Extract scalefactors from scaled model

Hello. I am trying to extract scale factors from two models using python to compare them. I can see the scale factors in the osim file, but I am currently failing to read them out for each body part. I am aiming for something like this: osimModel = osim.Model(scaledModelFilename) state = osimModel.i...