Class CylindricalGearSetLoadCase
Inheritance
System.Object
CylindricalGearSetLoadCase
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class CylindricalGearSetLoadCase : GearSetLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public CylindricalGearSet AssemblyDesign { get; }
Property Value
BoostPressure
Declaration
public double BoostPressure { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CoefficientOfFrictionCalculationMethod
Declaration
public EnumWithSelectedValue<CoefficientOfFrictionCalculationMethod> CoefficientOfFrictionCalculationMethod { get; set; }
Property Value
CylindricalGearsLoadCase
Declaration
public ReadOnlyCollection<CylindricalGearLoadCase> CylindricalGearsLoadCase { get; }
Property Value
CylindricalMeshesLoadCase
Declaration
public ReadOnlyCollection<CylindricalGearMeshLoadCase> CylindricalMeshesLoadCase { get; }
Property Value
DynamicLoadFactor
Declaration
public Overridable<double> DynamicLoadFactor { get; set; }
Property Value
EfficiencyRatingMethod
Declaration
public Overridable<GearMeshEfficiencyRatingMethod> EfficiencyRatingMethod { get; set; }
Property Value
GearsLoadCase
Declaration
[Obsolete("Use CylindricalGearsLoadCase")]
public ReadOnlyCollection<CylindricalGearLoadCase> GearsLoadCase { get; }
Property Value
LTCA
Declaration
public LTCALoadCaseModifiableSettings LTCA { get; }
Property Value
MeshesLoadCase
Declaration
[Obsolete("Use CylindricalMeshesLoadCase")]
public ReadOnlyCollection<CylindricalGearMeshLoadCase> MeshesLoadCase { get; }
Property Value
MicroGeometryModelForSimpleMeshStiffness
Declaration
public Overridable<MicroGeometryModel> MicroGeometryModelForSimpleMeshStiffness { get; set; }
Property Value
OverridableMicroGeometry
Declaration
public CylindricalGearSetMicroGeometry OverridableMicroGeometry { get; }
Property Value
OverrideMicroGeometry
Declaration
public bool OverrideMicroGeometry { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PlanetaryRatingLoadSharingMethod
Declaration
public Overridable<PlanetaryRatingLoadSharingOption> PlanetaryRatingLoadSharingMethod { get; set; }
Property Value
ResetMicroGeometry
Declaration
public ResetMicroGeometryOptions ResetMicroGeometry { get; set; }
Property Value
UseDesignCoefficientOfFrictionCalculationMethod
Declaration
public bool UseDesignCoefficientOfFrictionCalculationMethod { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseDesignDefaultLTCASettings
Declaration
public bool UseDesignDefaultLTCASettings { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseScriptToProvideMeshEfficiency
Declaration
public override Overridable<bool> UseScriptToProvideMeshEfficiency { get; set; }
Property Value
Overrides
Methods
GetHarmonicLoadDataForImport()
Declaration
public CylindricalGearSetHarmonicLoadData GetHarmonicLoadDataForImport()
Returns
Implements
System.IEquatable<T>
Extension Methods