Пример #1
0
 public VehicleProfile()
 {
     Name = "New Vehicle";
     AutoTransmission = false;
     FirstGearRatio = 2.66f;
     SecondGearRatio = 1.78f;
     ThirdGearRatio = 1.3f;
     FourthGearRatio = 1f;
     FifthGearRatio = 0.74f;
     SixthGearRatio = 0.5f;
     AxleGearRatio = 3.73f;
     DynoDriveRatio = 0.022f;
     SpeedCalibrationFactor = 1f;
     Weight = 3500f;
     DragCoefficient = 0.13f;
     Wheel = new WheelStruc();
     Wheel.Width = 255;
     Wheel.AspectRatio = 40;
     Wheel.RimDiameter = 16;
     ElmTimeout = 200;
     Notes = "";
 }
Пример #2
0
 public VehicleProfile()
 {
     Name                   = "New Vehicle";
     AutoTransmission       = false;
     FirstGearRatio         = 2.66f;
     SecondGearRatio        = 1.78f;
     ThirdGearRatio         = 1.3f;
     FourthGearRatio        = 1f;
     FifthGearRatio         = 0.74f;
     SixthGearRatio         = 0.5f;
     AxleGearRatio          = 3.73f;
     DynoDriveRatio         = 0.022f;
     SpeedCalibrationFactor = 1f;
     Weight                 = 3500f;
     DragCoefficient        = 0.13f;
     Wheel                  = new WheelStruc();
     Wheel.Width            = 255;
     Wheel.AspectRatio      = 40;
     Wheel.RimDiameter      = 16;
     ElmTimeout             = 200;
     Notes                  = "";
 }