Class BevelHypoidGearRatingSettingsItem
Inheritance
System.Object
BevelHypoidGearRatingSettingsItem
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BevelHypoidGearRatingSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
BevelGearRatingMethod
Declaration
public RatingMethods BevelGearRatingMethod { get; set; }
Property Value
BevelGeneralLoadFactorsKMethod
Select Method B or C. See ISO 10300-1:2014.
Declaration
public GeneralLoadFactorCalculationMethod BevelGeneralLoadFactorsKMethod { get; set; }
Property Value
BevelPittingFactorCalculationMethod
Select Method B or C. See ISO 10300-2:2014.
Declaration
public PittingFactorCalculationMethod BevelPittingFactorCalculationMethod { get; set; }
Property Value
HypoidGearRatingMethod
Declaration
public HypoidRatingMethod HypoidGearRatingMethod { get; set; }
Property Value
HypoidGeneralLoadFactorsKMethod
Select Method B or C. See ISO 10300-1:2014.
Declaration
public GeneralLoadFactorCalculationMethod HypoidGeneralLoadFactorsKMethod { get; set; }
Property Value
HypoidPittingFactorCalculationMethod
Select Method B or C. See ISO 10300-2:2014.
Declaration
public PittingFactorCalculationMethod HypoidPittingFactorCalculationMethod { get; set; }
Property Value
IncludeMeshNodeMisalignmentsInDefaultReport
Declaration
public bool IncludeMeshNodeMisalignmentsInDefaultReport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ISORatingMethodForBevelGears
Currently only Method B1 is supported. See ISO 10300-1:2014 Figure 1.
Declaration
public ISO10300RatingMethod ISORatingMethodForBevelGears { get; set; }
Property Value
ISORatingMethodForHypoidGears
Currently only Method B1 is supported. See ISO 10300-1:2014 Figure 1.
Declaration
public ISO10300RatingMethod ISORatingMethodForHypoidGears { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods