Class SuspensionLoadCase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The suspension car load case class
public class SuspensionLoadCase : LoadCaseBase
Inheritance
object ← LoadCaseBase ← SuspensionLoadCase
Inherited Members
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SuspensionLoadCase()
Initializes a new instance of the
public SuspensionLoadCase()
SuspensionLoadCase(Unit)
Initializes a new instance of the
public SuspensionLoadCase(Unit unit)
Parameters
unit Unit
Properties
Analysis
Gets or sets the analysis.
public SuspensionAnalysisBase Analysis { get; set; }
Property Value
Mode
Gets or sets the mode.
public SuspensionLoadCase.SuspensionMode Mode { get; set; }
Property Value
SuspensionLoadCase.SuspensionMode
Methods
CreateSimulation(Configuration, ref SuspensionAnalysisConfigurationBase)
Creates the simulation.
public void CreateSimulation(Configuration configActive, ref SuspensionAnalysisConfigurationBase sac)
Parameters
configActive Configuration
The config
sac SuspensionAnalysisConfigurationBase
The sac.
GetXmlData(XmlWriter)
Gets the XML data.
public void GetXmlData(XmlWriter writer)
Parameters
writer XmlWriter
The writer.
Initialize(int, double, SuspensionAnalysisBase)
Initializes the specified n step.
public void Initialize(int nStep, double dTime, SuspensionAnalysisBase analysis)
Parameters
nStep int
The n step.
dTime double
The d time.
analysis SuspensionAnalysisBase
The analysis.
MakeSpline(List[])
Makes the spline.
public void MakeSpline(List<double>[] arSpl)
Parameters
The ar SPL.
SetXmlData(XmlReader)
Sets the XML data.
public void SetXmlData(XmlReader reader)
Parameters
reader XmlReader
The reader.