Class FullCarAnalysisBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The full car analysis base class
public abstract class FullCarAnalysisBase : AnalysisBase
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase
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
Constructors
FullCarAnalysisBase()
Initializes a new instance of the
public FullCarAnalysisBase()
FullCarAnalysisBase(ILinkContainer)
Initializes a new instance of the
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
IsQuasiStaticStraightLineSetup
Gets or sets a value indicating whether [quasi static straight line setup].
public bool IsQuasiStaticStraightLineSetup { get; set; }
Property Value
RoadFile
Gets or sets the road data file.
public string RoadFile { get; set; }
Property Value
TireRadiusPosition
Gets the tire radius position.
public abstract int TireRadiusPosition { get; }