Version: 13.0

    Show / Hide Table of Contents

    Class AbstractGearSetRating

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    AbstractGearSetAnalysis
    AbstractGearSetRating
    GearSetDutyCycleRating
    GearSetRating
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    AbstractGearSetAnalysis._parent
    AbstractGearSetAnalysis.Name
    AbstractGearSetAnalysis.AllStatusErrors
    AbstractGearSetAnalysis.Status
    AbstractGearSetAnalysis.ReportNames
    AbstractGearSetAnalysis.OutputDefaultReportTo(String)
    AbstractGearSetAnalysis.GetDefaultReportWithEncodedImages()
    AbstractGearSetAnalysis.OutputActiveReportTo(String)
    AbstractGearSetAnalysis.OutputActiveReportAsTextTo(String)
    AbstractGearSetAnalysis.GetActiveReportWithEncodedImages()
    AbstractGearSetAnalysis.OutputNamedReportTo(String, String)
    AbstractGearSetAnalysis.OutputNamedReportAsMastaReport(String, String)
    AbstractGearSetAnalysis.OutputNamedReportAsTextTo(String, String)
    AbstractGearSetAnalysis.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 AbstractGearSetRating : AbstractGearSetAnalysis, IEquatable<APIBase>

    Properties

    BendingSafetyFactorForFatigue

    The minimum of bending fatigue safety factors for all gears

    Measurement: SafetyFactor

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

    BendingSafetyFactorForStatic

    The minimum of static bending fatigue safety factors for all gears

    Measurement: SafetyFactor

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

    ContactSafetyFactorForFatigue

    The minimum of contact fatigue safety factors for all gears

    Measurement: SafetyFactor

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

    ContactSafetyFactorForStatic

    The minimum of static contact fatigue safety factors for all gears

    Measurement: SafetyFactor

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

    GearMeshRatings

    Declaration
    public ReadOnlyCollection<AbstractGearMeshRating> GearMeshRatings { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<AbstractGearMeshRating>

    GearRatings

    Declaration
    public ReadOnlyCollection<AbstractGearRating> GearRatings { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<AbstractGearRating>

    NormalizedBendingSafetyFactorForFatigue

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

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

    NormalizedBendingSafetyFactorForStatic

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

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

    NormalizedContactSafetyFactorForFatigue

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

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

    NormalizedContactSafetyFactorForStatic

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

    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

    NormalizedSafetyFactorForFatigueAndStatic

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

    Declaration
    public double NormalizedSafetyFactorForFatigueAndStatic { 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

    TotalGearReliability

    The minimum of total gear reliability for all gears

    Measurement: Percentage

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

    TransmissionPropertiesGears

    Declaration
    public GearSetDesignGroup TransmissionPropertiesGears { get; }
    Property Value
    Type Description
    GearSetDesignGroup

    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