Lock coordinate while creating the model
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: Lock coordinate while creating the model
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).
- Ibraheem Al-Dhamari
- Posts: 35
- Joined: Thu Mar 16, 2017 2:44 am
Re: Lock coordinate while creating the model
I totally missed that , thanks for your explanation.
This solves the problem!
This solves the problem!