Struct GearSetParameters
Last update: 16.07.2025Namespace: VM.API.Pre.GearTrain
Assembly: VM.API.Pre.GearTrain.dll
This struct represents the gearset parameters for the operation of body to drivetrain.
public struct GearSetParameters
Constructors
GearSetParameters()
Default constructor
public GearSetParameters()
GearSetParameters(string, string, Vector)
Initializes a new instance of the
public GearSetParameters(string bodyName, string gearSetName, Vector position)
Parameters
bodyName string
The bodyName of the gearset parameters.
gearSetName string
The gearSetName of the gearset parameters.
position Vector
The position of the gearset parameters.
Properties
BodyName
The value for the body name. The default value is "".
public string BodyName { readonly get; set; }
Property Value
GearSetName
The value for the gearset name. The default value is "".
public string GearSetName { readonly get; set; }
Property Value
Position
The value for the position. The default value is (0, 0, 0).
public Vector Position { readonly get; set; }
Property Value
Vector