Ejemplo n.º 1
0
        public void MotionCreateOrEdit(bool IsControlInitialized, bool _deflectionExists, bool _steeringExists)
        {
            int index = r1.navBarGroupMotion.SelectedLinkIndex;

            DeflectionExists = _deflectionExists;
            SteeringExists   = _steeringExists;

            Motion.List_Motion[index].GetWheelDeflectionAndSteer(List_MotionGUI[index], IsControlInitialized, DeflectionExists, SteeringExists);
            ChartPoints_WheelDef_X = Motion.List_Motion[index].ChartPoints_WheelDef_X;
            ChartPoints_WheelDef_Y = Motion.List_Motion[index].ChartPoints_WheelDef_Y;
            ChartPoints_Steering_X = Motion.List_Motion[index].ChartPoints_Steering_X;
            ChartPoints_Steering_Y = Motion.List_Motion[index].ChartPoints_Steering_Y;


            Kinematics_Software_New.comboBoxMotionOperations_Invoker();
        }