Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Struct GearSetParameters

Last update: 16.07.2025

Namespace: 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 class

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

string

GearSetName

The value for the gearset name. The default value is "".

public string GearSetName { readonly get; set; }

Property Value

string

Position

The value for the position. The default value is (0, 0, 0).

public Vector Position { readonly get; set; }

Property Value

Vector

Connect with Ansys