Class BevelHypoidGearRatingSettingsItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BevelHypoidGearRatingSettingsItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelHypoidGearRatingSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
BevelGearRatingMethod
Declaration
public RatingMethods BevelGearRatingMethod { get; set; }
Property Value
Type | Description |
---|---|
RatingMethods |
BevelGeneralLoadFactorsKMethod
Select Method B or C. See ISO 10300-1:2014.
Declaration
public GeneralLoadFactorCalculationMethod BevelGeneralLoadFactorsKMethod { get; set; }
Property Value
Type | Description |
---|---|
GeneralLoadFactorCalculationMethod |
BevelPittingFactorCalculationMethod
Select Method B or C. See ISO 10300-2:2014.
Declaration
public PittingFactorCalculationMethod BevelPittingFactorCalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
PittingFactorCalculationMethod |
HypoidGearRatingMethod
Declaration
public HypoidRatingMethod HypoidGearRatingMethod { get; set; }
Property Value
Type | Description |
---|---|
HypoidRatingMethod |
HypoidGeneralLoadFactorsKMethod
Select Method B or C. See ISO 10300-1:2014.
Declaration
public GeneralLoadFactorCalculationMethod HypoidGeneralLoadFactorsKMethod { get; set; }
Property Value
Type | Description |
---|---|
GeneralLoadFactorCalculationMethod |
HypoidPittingFactorCalculationMethod
Select Method B or C. See ISO 10300-2:2014.
Declaration
public PittingFactorCalculationMethod HypoidPittingFactorCalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
PittingFactorCalculationMethod |
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
Type | Description |
---|---|
ISO10300RatingMethod |
ISORatingMethodForHypoidGears
Currently only Method B1 is supported. See ISO 10300-1:2014 Figure 1.
Declaration
public ISO10300RatingMethod ISORatingMethodForHypoidGears { get; set; }
Property Value
Type | Description |
---|---|
ISO10300RatingMethod |
Implements
System.IEquatable<T>