Class CylindricalGearSetDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearSetDutyCycleRating
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 CylindricalGearSetDutyCycleRating : GearSetDutyCycleRating, IEquatable<APIBase>
Properties
CylindricalGearSet
Declaration
public CylindricalGearSetDesign CylindricalGearSet { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetDesign |
CylindricalMeshDutyCycleRatings
Declaration
public ReadOnlyCollection<CylindricalMeshDutyCycleRating> CylindricalMeshDutyCycleRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalMeshDutyCycleRating> |
Optimisations
Declaration
public CylindricalGearSetRatingOptimisationHelper Optimisations { get; }
Property Value
Type | Description |
---|---|
CylindricalGearSetRatingOptimisationHelper |
ReducedEquivalentDutyCycle
Declaration
public ReducedCylindricalGearSetDutyCycleRating ReducedEquivalentDutyCycle { get; }
Property Value
Type | Description |
---|---|
ReducedCylindricalGearSetDutyCycleRating |
Methods
QuickOptimiseForSafetyFactorAndContactRatioWithFaceWidth()
Declaration
public void QuickOptimiseForSafetyFactorAndContactRatioWithFaceWidth()
SetProfileShiftToMaximumSafetyFactorFatigueAndStatic()
Declaration
public void SetProfileShiftToMaximumSafetyFactorFatigueAndStatic()
Implements
System.IEquatable<T>