Page 1 of 1

Creating wrapping surfaces

Posted: Wed Jun 26, 2013 5:09 am
by ananthgk
I am trying to read an opensim model described in a .osim file into MATLAB, and then add a wrapping ellipsoid to the same.

% I first initialize an empty WrapEllipsoid object

W = WrapEllipsoid();

However beyond this point, I am not sure how to specify the dimensions, translation and XYZ rotation of the ellipsoid. The downcasting method described in the example file 'TugOfWar_Build.m' does not seem to work with the latest version of the API either.

Re: Creating wrapping surfaces

Posted: Mon Feb 03, 2014 2:12 am
by glichtwark
Due to incorporation of the Matlab - Opensim API into Opensim 3.0 and above, the functionality has changed slightly. This is well documented in the new version of Opensim. Hence the Matlab-Opensim API download has been removed to save confusion.