Creating wrapping surfaces
Posted: Wed Jun 26, 2013 5:09 am
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.
% 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.