Class AnalysisRandomMotion
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The random motion analysis class
public class AnalysisRandomMotion : AnalysisBase
Inheritance
object ← AnalysisBase ← AnalysisRandomMotion
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
AnalysisRandomMotion()
Initializes a new instance of the
public AnalysisRandomMotion()
AnalysisRandomMotion(ILinkContainer)
Initializes a new instance of the
public AnalysisRandomMotion(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
LMotion
Gets or sets the left motion.
public string LMotion { get; set; }
Property Value
RMotion
Gets or sets the right motion.
public string RMotion { get; set; }