Class VehicleDynamicsProperties
Inheritance
System.Object
VehicleDynamicsProperties
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class VehicleDynamicsProperties : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
AerodynamicDragCoefficient
Declaration
public double AerodynamicDragCoefficient { get; }
Property Value
| Type |
Description |
| System.Double |
|
AirDensity
Declaration
public double AirDensity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
DragCoefficient
Declaration
public double DragCoefficient { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfWheels
Declaration
public int NumberOfWheels { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
RollingRadius
Declaration
public double RollingRadius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
RollingResistance
Declaration
public double RollingResistance { get; }
Property Value
| Type |
Description |
| System.Double |
|
RollingResistanceCoefficient
Declaration
public double RollingResistanceCoefficient { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
VehicleEffectiveInertia
Declaration
public double VehicleEffectiveInertia { get; }
Property Value
| Type |
Description |
| System.Double |
|
VehicleEffectiveMass
Declaration
public double VehicleEffectiveMass { get; }
Property Value
| Type |
Description |
| System.Double |
|
VehicleFrontalArea
Declaration
public double VehicleFrontalArea { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
VehicleMass
Declaration
public double VehicleMass { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
WheelInertia
Declaration
public double WheelInertia { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods