Class CorneringBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The analysis base class for cornering
public abstract class CorneringBase : FullCarAnalysisBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← CorneringBase
Derived
AnalysisBrakingInTurn, AnalysisConstantRadiusCornering, AnalysisCorneringWithSteerRelease, AnalysisLiftOffTurnIn, AnalysisPowerOffCornering
Implements
IHasInitialVel
Inherited Members
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
CorneringBase()
Initializes a new instance of the
public CorneringBase()
CorneringBase(ILinkContainer)
Initializes a new instance of the
public CorneringBase(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
DistanceUnitType
Gets or sets the distance unit.
public LengthUnitType DistanceUnitType { get; set; }
Property Value
LengthUnitType
EntityDistance
Gets or sets the entity distance.
public double EntityDistance { get; set; }
Property Value
InitialVelocityCornering
Gets or sets the initial velocity.
public virtual double InitialVelocityCornering { get; }
Property Value
TimeOfSettle
Gets or sets the settle time.
public double TimeOfSettle { get; set; }
Property Value
TurnDirectionType
Gets or sets the turn direction.
public TurnDirectionType TurnDirectionType { get; set; }
Property Value
Methods
GetTestRigMotionUSUBArgument(string[])
Gets the test-rig motion USUB argument.
public override void GetTestRigMotionUSUBArgument(string[] arParameter)
Parameters
arParameter string[]
The parameter array.