Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class SuspensionLoadCase

Last update: 16.07.2025

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

The suspension car load case class

public class SuspensionLoadCase : LoadCaseBase

Inheritance

objectLoadCaseBaseSuspensionLoadCase

Inherited Members

LoadCaseBase.Units

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

SuspensionLoadCase()

Initializes a new instance of the class.

public SuspensionLoadCase()

SuspensionLoadCase(Unit)

Initializes a new instance of the class.

public SuspensionLoadCase(Unit unit)

Parameters

unit Unit

Properties

Analysis

Gets or sets the analysis.

public SuspensionAnalysisBase Analysis { get; set; }

Property Value

SuspensionAnalysisBase

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

arSpl Listdouble[]&gt;[]

The ar SPL.

SetXmlData(XmlReader)

Sets the XML data.

public void SetXmlData(XmlReader reader)

Parameters

reader XmlReader

The reader.

Connect with Ansys