Hi,
I am assigning expressions to some parameters and I noticed this strange behavior : ctr_dist( this_model.pointA, this_model.pointB ) does not work ctr_dist( john.pointA, john.pointB ) does work Any 'this_model' reference outside of the distance function works as expected. Is there any reason ? Thanks, Benoit Delaunay

