Some help please because I'm running out of ideas.
So, I have two markers / construction frames : first one has a fix location, but the second one is dependent by the first marker.
There is a relationship between markers: the 2nd one moves along the axis of the 1st one, only after the distance (DM) between them drops under a certain length.
So far I've tried with IF function and with VARVAL... but no success.
Examples :
marker_2 = (LOC_RELATIVE_TO({0.0, 0.0, (IF(....))}, marker_1) or
One thing I forgot to mention, you might want to reset the design variable mdi_animation_counterto 1 before starting a new animation. Currently I hardcoded this to reset at frame 101, didn't have time to do anything fancier.
One thing I forgot to mention, you might want to reset the design variable mdi_animation_counterto 1 before starting a new animation. Currently I hardcoded this to reset at frame 101, didn't have time to do anything fancier.