What kind of problems? We're using 'this_model' without issue (SI 2013 SP1).
Matt -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Eric Thivierge Sent: Wednesday, November 27, 2013 11:58 AM To: [email protected] Subject: Re: this_model not working with some functions I had tons of problems with this_model in expressions last year and thus stayed away from them. Just use the model name and it should update fine when used in Ref models and multi-imported instances of the model. In my experience at least. - Eric T. On Wednesday, November 27, 2013 2:55:05 PM, Benoit Delaunay wrote: > 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

