AnyKinEqSimpleDriver

Hi guys,

Is there any option to set the value of DriverPos at tStart and not t = 0? Of course without recalculating the value;) Because it will multiply the value with tStart and position the driver according to that. Thanks for your help.

Best, Alex

Hi Alex,

I have not tried it, but I suppose you can just set

DriverPos = P - tStart*DriverVel;

where P is the desired starting position at tStart.

Best regards,
John