Class Analysis3DRoad
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The 3D road analysis class
public class Analysis3DRoad : CourseBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← CourseBase ← Analysis3DRoad
Implements
IHasInitialVel
Inherited Members
CourseBase.GetTestRigMotionUSUBArgument(string[]), CourseBase.InitialVelocity, CourseBase.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
Analysis3DRoad()
Initializes a new instance of the
public Analysis3DRoad()
Analysis3DRoad(ILinkContainer)
Initializes a new instance of the
public Analysis3DRoad(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
DriverFile
Gets or sets the driver data file.
public string DriverFile { get; set; }
Property Value
LongitudialAcc
Gets or sets the longitudial accelereaion.
public double LongitudialAcc { get; set; }
Property Value
SpeedControlType
Gets or sets the speed control.
public SpeedControlType SpeedControlType { get; set; }
Property Value
TimeOfStart
Gets or sets the start time.
public double TimeOfStart { 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.