Struct Wheel
- Namespace
- rF2SharedMemoryNet.RF2Data.Structs
- Assembly
- rF2SharedMemoryNet.dll
Represents detailed telemetry data for a single wheel in the rFactor 2 simulation.
public struct Wheel
- Inherited Members
Remarks
This structure provides various physical and dynamic properties of a wheel, including suspension deflection, ride height, forces, velocities, temperatures, and more. It is primarily used for analyzing wheel behavior and performance in the simulation environment.
Fields
BrakePressure
Normalized brake pressure, currently 0.0-1.0, depending on driver input and brake balance.
public double BrakePressure
Field Value
BrakeTemp
Brake temperature in celsius
public double BrakeTemp
Field Value
Camber
Camber angle in radians
public double Camber
Field Value
Remarks
Positive is left for left-side wheels, right for right-side wheels
Detached
Is wheel detached.
public byte Detached
Field Value
Flat
Is tyre flat.
public byte Flat
Field Value
GripFract
Fraction of the contact patch that is sliding
public double GripFract
Field Value
LateralForce
Lateral force in newtons
public double LateralForce
Field Value
LateralGroundVel
Lateral ground velocity at contact patch
public double LateralGroundVel
Field Value
LateralPatchVel
Lateral velocity at contact patch
public double LateralPatchVel
Field Value
LongitudinalForce
Longitudinal force in newtons
public double LongitudinalForce
Field Value
LongitudinalGroundVel
Longitudinal ground velocity at contact patch
public double LongitudinalGroundVel
Field Value
LongitudinalPatchVel
longitudinal velocity at contact patch
public double LongitudinalPatchVel
Field Value
Pressure
Tyre pressure in kPa
public double Pressure
Field Value
RideHeight
Ride height in meters
public double RideHeight
Field Value
Rotation
Rotation speed in radians per second
public double Rotation
Field Value
StaticUndeflectedRadius
Tyre radius in centimeters.
public byte StaticUndeflectedRadius
Field Value
SurfaceType
Surface type under the wheel
public byte SurfaceType
Field Value
Remarks
See SurfaceType for possible values.
SuspForce
Pushrod load in newtons
public double SuspForce
Field Value
SuspensionDeflection
Suspension deflection in meters
public double SuspensionDeflection
Field Value
Temperature
Tyre temperature in Kelvin
public double[] Temperature
Field Value
- double[]
Remarks
Layout is left/center/right
TerrainName
Terrain name
public byte[] TerrainName
Field Value
- byte[]
Remarks
A 16-byte array containing the terrain name, which is a prefix from the TDF file.
Toe
Toe angle with relation to vehicle
public double Toe
Field Value
TyreCarcassTemperature
Represents the rough average temperature of tyre carcass samples, measured in Kelvin.
public double TyreCarcassTemperature
Field Value
TyreInnerLayerTemperature
Rough average of temperature samples from the innermost layer of rubber (before carcass), measured in Kelvin.
public double[] TyreInnerLayerTemperature
Field Value
- double[]
TyreLoad
Tyre load in newtons
public double TyreLoad
Field Value
VerticalTyreDeflection
Represents the vertical deflection of a tyre from its speed-sensitive radius.
public double VerticalTyreDeflection
Field Value
Wear
Tyre wear in fraction
public double Wear
Field Value
mWheelYLocation
Wheel's y location relative to the vehicle's y location.
public double mWheelYLocation