Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class Analysis3DRoad

Last update: 16.07.2025

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

The 3D road analysis class

public class Analysis3DRoad : CourseBase, IHasInitialVel

Inheritance

objectAnalysisBaseFullCarAnalysisBaseCourseBaseAnalysis3DRoad

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

Constructors

Analysis3DRoad()

Initializes a new instance of the class.

public Analysis3DRoad()

Initializes a new instance of the class.

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

string

LongitudialAcc

Gets or sets the longitudial accelereaion.

public double LongitudialAcc { get; set; }

Property Value

double

SpeedControlType

Gets or sets the speed control.

public SpeedControlType SpeedControlType { get; set; }

Property Value

SpeedControlType

TimeOfStart

Gets or sets the start time.

public double TimeOfStart { get; set; }

Property Value

double

TireRadiusPosition

Gets the tire radius position.

public override int TireRadiusPosition { get; }

Property Value

int

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