Wrapping path method

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Samuele Gould
Posts: 16
Joined: Tue Nov 19, 2019 5:53 am

Wrapping path method

Post by Samuele Gould » Wed Nov 16, 2022 6:56 am

Dear OpenSim community,

I am adding sphere wrapping surfaces to my model. I noticed the tag 'method' in the xml file under the PathWrap of the muscles. Documentation explains 'The wrapping method used to solve the path around the wrap object'. In the API documentation for version 2 (I could not find anything in the documentation for version 4) I was able to find three different possible methods, hybrid, axial, and midpoint. I have implemented all three but could not see any difference visually. I was wondering if anyone knows what the difference is between the three methods?

Thanks,
Samuele

Tags:

User avatar
Ayman Habib
Posts: 2238
Joined: Fri Apr 01, 2005 12:24 pm

Re: Wrapping path method

Post by Ayman Habib » Wed Nov 16, 2022 10:21 am

Hello,

The "wrapMethod" is exclusively used to try different algorithms for ellipsoid wrapping so it should have no effect on WrapSphere and there should not be any changes in cases where a path wraps around any other surface type.

Hope this helps,
-Ayman

User avatar
Samuele Gould
Posts: 16
Joined: Tue Nov 19, 2019 5:53 am

Re: Wrapping path method

Post by Samuele Gould » Wed Nov 16, 2022 11:44 am

Hello Ayman,

Thank you for the clarification, exactly what I needed to know.

Best,
Samuele

POST REPLY