Class CylindricalGearSetLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetLoadCase
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.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
Defines the method used to calculate the gear mesh coefficient of friction for the power loss/efficiency calculation.
Declaration
public 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<EfficiencyRatingMethod> EfficiencyRatingMethod { get; set; }
Property Value
LTCA
Declaration
public LTCALoadCaseModifiableSettings LTCA { get; }
Property Value
OverriddenMicroGeometry
Declaration
public CylindricalGearSetMicroGeometry OverriddenMicroGeometry { get; }
Property Value
OverrideMicroGeometry
Declaration
public bool OverrideMicroGeometry { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ResetMicroGeometry
Set the overridden micro geometry to either the current active micro geometry or to no modification. When setting this property on multiple load cases no confirmation message box will be shown.
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 |
|
Methods
GetHarmonicLoadDataForImport()
Declaration
public CylindricalGearSetHarmonicLoadData GetHarmonicLoadDataForImport()
Returns
Implements
System.IEquatable<T>
Extension Methods