Class AnalysisDrift
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The drift analysis class
public class AnalysisDrift : OpenLoopSteeringBase, IAnalysisDrift, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← OpenLoopSteeringBase ← AnalysisDrift
Implements
IAnalysisDrift, IHasInitialVel
Inherited Members
OpenLoopSteeringBase.GetTestRigMotionUSUBArgument(string[]), OpenLoopSteeringBase.InitialVelocity, OpenLoopSteeringBase.VelocityUnitType, FullCarAnalysisBase.IsQuasiStaticStraightLineSetup, FullCarAnalysisBase.RoadFile, FullCarAnalysisBase.GearPositionType, FullCarAnalysisBase.TireRadiusPosition, AnalysisBase.m_pLnkContainer, AnalysisBase.SetModified(), AnalysisBase.GetTestRigMotionUSUBArgument(string[]), AnalysisBase.GetConvertUnit(LengthUnitType), AnalysisBase.GetGravity(), AnalysisBase.GetConvertUnit(VelocityUnitType), AnalysisBase.GetConvertUnit(AccelerationUnitType), AnalysisBase.IsSim
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisDrift()
Initializes a new instance of the
public AnalysisDrift()
AnalysisDrift(ILinkContainer)
Initializes a new instance of the
public AnalysisDrift(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
InitThrottle
Gets or sets the initial throttle.
public double InitThrottle { get; set; }
Property Value
Steer
Gets or sets the steer value.
public double Steer { get; set; }
Property Value
SteeringInputType
Gets or sets the steering input.
public SteeringInputType SteeringInputType { get; set; }
Property Value
Throttle_Ramp
Gets or sets the throttle ramp.
public double Throttle_Ramp { get; set; }
Property Value
TireRadiusPosition
Gets the tire radius position.
public override int TireRadiusPosition { get; }
Property Value
Methods
GetTestRigMotionUSUBArgument(string[])
Gets the test-rig motion USUB argument.
public override void GetTestRigMotionUSUBArgument(string[] arParameter)
Parameters
arParameter string[]
The parameter array.