Struct ClearanceParameters
Last update: 16.07.2025Namespace: VM.API.Pre.GearTrain
Assembly: VM.API.Pre.GearTrain.dll
This struct represents the clearance parameters
public struct ClearanceParameters
Constructors
ClearanceParameters()
Default constructor
public ClearanceParameters()
Properties
AxialClearance
The enum for axial clearance. The default value is both.
public ClearanceInfo.AxialType AxialClearance { readonly get; set; }
Property Value
ClearanceInfo.AxialType
DampingRatio
The value for the damping ratio. The default value is 0.0001.
public ExpressionValueVariable DampingRatio { readonly get; set; }
Property Value
ExpressionValueVariable
LeftAxial
The value for the left axial. The default value is 0.0.
public ExpressionValueVariable LeftAxial { readonly get; set; }
Property Value
ExpressionValueVariable
Penalty
The value for the penalty. The default value is 1000000.
public ExpressionValueVariable Penalty { readonly get; set; }
Property Value
ExpressionValueVariable
PreloadAxial
The value for the preload axial. The default value is 0.0.
public ExpressionValueVariable PreloadAxial { readonly get; set; }
Property Value
ExpressionValueVariable
PreloadRadial
The value for the preload radial. The default value is 0.0.
public ExpressionValueVariable PreloadRadial { readonly get; set; }
Property Value
ExpressionValueVariable
Radial
The value for the radial. The default value is 0.0.
public ExpressionValueVariable Radial { readonly get; set; }
Property Value
ExpressionValueVariable
RadialClearance
The enum for radial clearance. The default value is fix.
public ClearanceInfo.RadialType RadialClearance { readonly get; set; }
Property Value
ClearanceInfo.RadialType
RightAxial
The value for the right axial. The default value is 0.0.
public ExpressionValueVariable RightAxial { readonly get; set; }
Property Value
ExpressionValueVariable