Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class Vehicle

Last update: 16.07.2025

Namespace: VM.Models.Pre.Drivetrain.VehicleSimulator
Assembly: VM.Models.Pre.Drivetrain.VehicleSimulator.dll

public class Vehicle : ValidatableBase, IObservableObject, IDisposableObject, IValidatable

Inheritance

object ← ObservableObject ← ValidatableBase ← Vehicle

Implements

IObservableObject, IDisposableObject, IValidatable

Inherited Members

ValidatableBase.RaisePropertyChanged(string), ValidatableBase.SuspendValidate(), ValidatableBase.Validate(), ValidatableBase.Validate(ValidationContext), ValidatableBase.DisposeManagedResources(), ValidatableBase.CanValidate, ValidatableBase.Errors, ValidatableBase.HasValidationAttribute, ValidatableBase.HasValidator, ValidatableBase.IsValid, ValidatableBase.ValidateTrigger, ValidatableBase.ErrorsChanged, ObservableObject.Dispose(), ObservableObject.RaisePropertyChanged(string), ObservableObject.RaisePropertyChanged(string, object, object), ObservableObject.Dispose(bool), ObservableObject.DisposeManagedResources(), ObservableObject.DisposeUnmanagedResources(), ObservableObject.IsDisposed, ObservableObject.TryDisposing, ObservableObject.Disposed, ObservableObject.Disposing, ObservableObject.PropertyChanged

Extension Methods

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

Constructors

Vehicle()

public Vehicle()

Properties

BodyMass

public double BodyMass { get; set; }

Property Value

double

EndSpeed

public double EndSpeed { get; set; }

Property Value

double

FittingCoefficientA

public double FittingCoefficientA { get; set; }

Property Value

double

FittingCoefficientB

public double FittingCoefficientB { get; set; }

Property Value

double

FittingCoefficientC

public double FittingCoefficientC { get; set; }

Property Value

double

StartSpeed

public double StartSpeed { get; set; }

Property Value

double

WheelRadius

public double WheelRadius { get; set; }

Property Value

double

Connect with Ansys