Page 2 of 2

Re: Lock coordinate while creating the model

Posted: Wed Jan 29, 2020 5:46 pm
by tkuchida
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).

Re: Lock coordinate while creating the model

Posted: Thu Jan 30, 2020 12:34 am
by idhamari
I totally missed that :lol: , thanks for your explanation.

This solves the problem!