Click or drag to resize

VehicleTypeTransmissionClutchStrength Property

Strength of the clutch when fully engaged. Total torque a clutch applies is Torque = ClutchStrength * (Velocity Engine - Avg Velocity Wheels) (units: k m^2 s^-1).

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<double> TransmissionClutchStrength { get; set; }

Property Value

Type: ReferenceDouble
See Also