Class BevelHypoidGearRatingSettingsItem
Inheritance
System.Object
BevelHypoidGearRatingSettingsItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BevelHypoidGearRatingSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
BevelGearRatingMethod
Declaration
public RatingMethods BevelGearRatingMethod { get; set; }
Property Value
BevelGeneralLoadFactorsKMethod
Declaration
public GeneralLoadFactorCalculationMethod BevelGeneralLoadFactorsKMethod { get; set; }
Property Value
BevelPittingFactorCalculationMethod
Declaration
public PittingFactorCalculationMethod BevelPittingFactorCalculationMethod { get; set; }
Property Value
HypoidGearRatingMethod
Declaration
public HypoidRatingMethod HypoidGearRatingMethod { get; set; }
Property Value
HypoidGeneralLoadFactorsKMethod
Declaration
public GeneralLoadFactorCalculationMethod HypoidGeneralLoadFactorsKMethod { get; set; }
Property Value
HypoidPittingFactorCalculationMethod
Declaration
public PittingFactorCalculationMethod HypoidPittingFactorCalculationMethod { get; set; }
Property Value
IncludeMeshNodeMisalignmentsInDefaultReport
Declaration
public bool IncludeMeshNodeMisalignmentsInDefaultReport { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ISORatingMethodForBevelGears
Declaration
public ISO10300RatingMethod ISORatingMethodForBevelGears { get; set; }
Property Value
ISORatingMethodForHypoidGears
Declaration
public ISO10300RatingMethod ISORatingMethodForHypoidGears { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods