Version: 13.0

    Show / Hide Table of Contents

    Class AbstractGearRating

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    AbstractGearAnalysis
    AbstractGearRating
    GearDutyCycleRating
    GearRating
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    AbstractGearAnalysis._parent
    AbstractGearAnalysis.Name
    AbstractGearAnalysis.NameWithGearSetName
    AbstractGearAnalysis.PlanetIndex
    AbstractGearAnalysis.ReportNames
    AbstractGearAnalysis.OutputDefaultReportTo(String)
    AbstractGearAnalysis.GetDefaultReportWithEncodedImages()
    AbstractGearAnalysis.OutputActiveReportTo(String)
    AbstractGearAnalysis.OutputActiveReportAsTextTo(String)
    AbstractGearAnalysis.GetActiveReportWithEncodedImages()
    AbstractGearAnalysis.OutputNamedReportTo(String, String)
    AbstractGearAnalysis.OutputNamedReportAsMastaReport(String, String)
    AbstractGearAnalysis.OutputNamedReportAsTextTo(String, String)
    AbstractGearAnalysis.GetNamedReportWithEncodedImages(String)
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.Gears.Rating
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class AbstractGearRating : AbstractGearAnalysis, IEquatable<APIBase>

    Properties

    BendingSafetyFactorForFatigue

    Measurement: SafetyFactor

    Declaration
    public double BendingSafetyFactorForFatigue { get; }
    Property Value
    Type Description
    System.Double

    BendingSafetyFactorForStatic

    Measurement: SafetyFactor

    Declaration
    public double BendingSafetyFactorForStatic { get; }
    Property Value
    Type Description
    System.Double

    ContactSafetyFactorForFatigue

    Measurement: SafetyFactor

    Declaration
    public double ContactSafetyFactorForFatigue { get; }
    Property Value
    Type Description
    System.Double

    ContactSafetyFactorForStatic

    Measurement: SafetyFactor

    Declaration
    public double ContactSafetyFactorForStatic { get; }
    Property Value
    Type Description
    System.Double

    CyclesToFail

    Measurement: Cycles

    Declaration
    public virtual double CyclesToFail { get; }
    Property Value
    Type Description
    System.Double

    CyclesToFailBending

    Measurement: Cycles

    Declaration
    public virtual double CyclesToFailBending { get; }
    Property Value
    Type Description
    System.Double

    CyclesToFailContact

    Measurement: Cycles

    Declaration
    public virtual double CyclesToFailContact { get; }
    Property Value
    Type Description
    System.Double

    DamageBending

    Measurement: Damage

    Declaration
    public virtual double DamageBending { get; }
    Property Value
    Type Description
    System.Double

    DamageContact

    Measurement: Damage

    Declaration
    public virtual double DamageContact { get; }
    Property Value
    Type Description
    System.Double

    GearReliabilityBending

    The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.

    Measurement: Percentage

    Declaration
    public double GearReliabilityBending { get; }
    Property Value
    Type Description
    System.Double

    GearReliabilityContact

    The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.

    Measurement: Percentage

    Declaration
    public double GearReliabilityContact { get; }
    Property Value
    Type Description
    System.Double

    NormalizedBendingSafetyFactorForFatigue

    Declaration
    public double NormalizedBendingSafetyFactorForFatigue { get; }
    Property Value
    Type Description
    System.Double

    NormalizedBendingSafetyFactorForStatic

    Declaration
    public double NormalizedBendingSafetyFactorForStatic { get; }
    Property Value
    Type Description
    System.Double

    NormalizedContactSafetyFactorForFatigue

    Declaration
    public double NormalizedContactSafetyFactorForFatigue { get; }
    Property Value
    Type Description
    System.Double

    NormalizedContactSafetyFactorForStatic

    Declaration
    public double NormalizedContactSafetyFactorForStatic { get; }
    Property Value
    Type Description
    System.Double

    NormalizedSafetyFactorForFatigue

    The minimum of contact and bending safety factors normalised against the requirement for fatigue failure

    Declaration
    public double NormalizedSafetyFactorForFatigue { get; }
    Property Value
    Type Description
    System.Double

    NormalizedSafetyFactorForStatic

    The minimum of contact and bending safety factors normalised against the requirement for static failure

    Declaration
    public double NormalizedSafetyFactorForStatic { get; }
    Property Value
    Type Description
    System.Double

    TimeToFail

    Measurement: Time

    Declaration
    public virtual double TimeToFail { get; }
    Property Value
    Type Description
    System.Double

    TimeToFailBending

    Measurement: Time

    Declaration
    public virtual double TimeToFailBending { get; }
    Property Value
    Type Description
    System.Double

    TimeToFailContact

    Measurement: Time

    Declaration
    public virtual double TimeToFailContact { get; }
    Property Value
    Type Description
    System.Double

    TotalGearReliability

    Reliability including bending and contact. The gear reliability rating method according to ISO and DIN are based on the AGMA rating method with 1% failure rate.

    Measurement: Percentage

    Declaration
    public double TotalGearReliability { get; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top