Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class FullCarAnalysisBase

Last update: 16.07.2025

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

The full car analysis base class

public abstract class FullCarAnalysisBase : AnalysisBase

Inheritance

objectAnalysisBaseFullCarAnalysisBase

Derived

AnalysisFileDriven, CorneringBase, CourseBase, OpenLoopSteeringBase, StraightLineBase

Inherited Members

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

FullCarAnalysisBase()

Initializes a new instance of the class.

public FullCarAnalysisBase()

Initializes a new instance of the class.

public FullCarAnalysisBase(ILinkContainer lnkContainer)

Parameters

lnkContainer ILinkContainer

The link container.

Properties

GearPositionType

Gets or sets the gear position.

public GearPositionType GearPositionType { get; set; }

Property Value

GearPositionType

IsQuasiStaticStraightLineSetup

Gets or sets a value indicating whether [quasi static straight line setup].

public bool IsQuasiStaticStraightLineSetup { get; set; }

Property Value

bool

RoadFile

Gets or sets the road data file.

public string RoadFile { get; set; }

Property Value

string

TireRadiusPosition

Gets the tire radius position.

public abstract int TireRadiusPosition { get; }

Property Value

int

Connect with Ansys