Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class CourseBase

Last update: 16.07.2025

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

The analysis base class for cource

public abstract class CourseBase : FullCarAnalysisBase, IHasInitialVel

Inheritance

objectAnalysisBaseFullCarAnalysisBaseCourseBase

Derived

Analysis3DRoad, AnalysisISOLaneChange

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

CourseBase()

Initializes a new instance of the class.

public CourseBase()

Initializes a new instance of the class.

public CourseBase(ILinkContainer lnkContainer)

Parameters

lnkContainer ILinkContainer

The link container.

Properties

InitialVelocity

Gets or sets the initial velocity.

public double InitialVelocity { get; set; }

Property Value

double

VelocityUnitType

Gets or sets the type of the velocity unit.

public VelocityUnitType VelocityUnitType { get; set; }

Property Value

VelocityUnitType

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