Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct FullCarAssembly

Last update: 16.07.2025

Namespace: VM.API.Pre.Car
Assembly: VM.API.Pre.Car.dll

This struct represents the full car assembly

public struct FullCarAssembly

Constructors

FullCarAssembly(string, string, string, string, string, string, string, string, string)

Constructor

public FullCarAssembly(string frontSuspensionPath, string rearSuspensionPath, string steeringPath, string frontWheelPath, string rearWheelPath, string bodyPath, string brakePath, string powerTrainPath, string otherPath)

Parameters

frontSuspensionPath string

The front suspension path.

rearSuspensionPath string

The rear suspension path.

steeringPath string

The steering path.

frontWheelPath string

The front wheel path.

rearWheelPath string

The rear wheel path.

bodyPath string

The body path.

brakePath string

The brake path.

powerTrainPath string

The power train path.

otherPath string

The other path.

Properties

BodyPath

Gets or sets the body path.

public string BodyPath { readonly get; set; }

Property Value

string

BrakePath

Gets or sets the brake path.

public string BrakePath { readonly get; set; }

Property Value

string

FrontSuspensionPath

Gets or sets the front suspension path.

public string FrontSuspensionPath { readonly get; set; }

Property Value

string

FrontWheelPath

Gets or sets the front wheel path.

public string FrontWheelPath { readonly get; set; }

Property Value

string

OtherPath

Gets or sets the other path.

public string OtherPath { readonly get; set; }

Property Value

string

PowerTrainPath

Gets or sets the power train path.

public string PowerTrainPath { readonly get; set; }

Property Value

string

RearSuspensionPath

Gets or sets the rear suspension path.

public string RearSuspensionPath { readonly get; set; }

Property Value

string

RearWheelPath

Gets or sets the rear wheel path.

public string RearWheelPath { readonly get; set; }

Property Value

string

SteeringPath

Gets or sets the steering path.

public string SteeringPath { readonly get; set; }

Property Value

string

Connect with Ansys