Lock coordinate while creating the model

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
User avatar
Thomas Uchida
Posts: 1777
Joined: Wed May 16, 2012 11:40 am

Re: Lock coordinate while creating the model

Post by Thomas Uchida » Wed Jan 29, 2020 5:46 pm

The differences are the ampersand ("&") and "upd" instead of "get". Adding "rodTsphJnt->updCoordinate();" at the end of your code will do nothing because "upd" means fetch a writable reference (not "run the updater" as you might be presuming).

User avatar
Ibraheem Al-Dhamari
Posts: 35
Joined: Thu Mar 16, 2017 2:44 am

Re: Lock coordinate while creating the model

Post by Ibraheem Al-Dhamari » Thu Jan 30, 2020 12:34 am

I totally missed that :lol: , thanks for your explanation.

This solves the problem!

POST REPLY