Class CylindricalGearDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearDutyCycleRating : GearDutyCycleRating, IEquatable<APIBase>
Properties
CylindricalGearMeshRatings
Declaration
public ReadOnlyCollection<MeshRatingForReports> CylindricalGearMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<MeshRatingForReports> |
CylindricalGearRatings
Declaration
public ReadOnlyCollection<CylindricalGearRating> CylindricalGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearRating> |
CylindricalGearSetDesignDutyCycle
Declaration
public CylindricalGearSetDutyCycleRating CylindricalGearSetDesignDutyCycle { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetDutyCycleRating |
HighestMaximumMaterialExposure
Declaration
public double HighestMaximumMaterialExposure { get; }
Property Value
Type | Description |
---|---|
System.Double |
LeftFlankRating
Declaration
public override GearFlankRating LeftFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Overrides
RightFlankRating
Declaration
public override GearFlankRating RightFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Overrides
SafetyFactorAgainstPermanentDeformation
Measurement: SafetyFactor
Declaration
public double SafetyFactorAgainstPermanentDeformation { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactorAgainstPermanentDeformationWithInfluenceOfRim
Measurement: SafetyFactor
Declaration
public double SafetyFactorAgainstPermanentDeformationWithInfluenceOfRim { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>