Hello,
is there any way to find out the length of the ligament taking in account its wrapping over the surface of the wrap object? It seems, that getLength() procedure outputs just the distance between origin and insertion points.
Best,
Alexandra
Ligament length
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Ligament length
The getLength() method returns the length of the underlying GeometryPath, which is calculated by GeometryPath::computePath() and does consider via points and wrapping surfaces. https://github.com/opensim-org/opensim- ... h.cpp#L901