Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class CorneringBase

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll

The analysis base class for cornering

public abstract class CorneringBase : FullCarAnalysisBase, IHasInitialVel

Inheritance

objectAnalysisBaseFullCarAnalysisBaseCorneringBase

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(object, LinkPropertyType)

Constructors

CorneringBase()

Initializes a new instance of the class.

public CorneringBase()

Initializes a new instance of the class.

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

double

InitialVelocityCornering

Gets or sets the initial velocity.

public virtual double InitialVelocityCornering { get; }

Property Value

double

TimeOfSettle

Gets or sets the settle time.

public double TimeOfSettle { get; set; }

Property Value

double

TurnDirectionType

Gets or sets the turn direction.

public TurnDirectionType TurnDirectionType { get; set; }

Property Value

TurnDirectionType

Methods

GetTestRigMotionUSUBArgument(string[])

Gets the test-rig motion USUB argument.

public override void GetTestRigMotionUSUBArgument(string[] arParameter)

Parameters

arParameter string[]

The parameter array.

Connect with Ansys