Struct HousingParameters
Last update: 16.07.2025Namespace: VM.API.Pre.GearTrain
Assembly: VM.API.Pre.GearTrain.dll
This struct represents the housing parameters for the operation of body to drivetrain.
public struct HousingParameters
Constructors
HousingParameters()
Default constructor
public HousingParameters()
HousingParameters(string, string, Vector)
Initializes a new instance of the
public HousingParameters(string bodyName, string housingName, Vector rotateAxis)
Parameters
bodyName string
The bodyName of the housing parameters.
housingName string
The housingName of the housing parameters.
rotateAxis Vector
The rotate axis of the housing parameters.
Properties
BodyName
The value for the body name. The default value is "".
public string BodyName { readonly get; set; }
Property Value
HousingName
The value for the housing name. The default value is "".
public string HousingName { readonly get; set; }
Property Value
RotateAxis
The value for the rotate axis. The default value is (0, 1, 0).
public Vector RotateAxis { readonly get; set; }
Property Value
Vector