Version: 15.0

    Show / Hide Table of Contents

    Class BallISO162812025Results

    Inheritance
    System.Object
    APIBase
    ISOResults
    ISO162812025Results
    BallISO162812025Results
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ISO162812025Results.BasicReferenceRatingLifeCycles
    ISO162812025Results.BasicReferenceRatingLifeDamage
    ISO162812025Results.BasicReferenceRatingLifeDamageRate
    ISO162812025Results.BasicReferenceRatingLifeReliability
    ISO162812025Results.BasicReferenceRatingLifeSafetyFactor
    ISO162812025Results.BasicReferenceRatingLifeTime
    ISO162812025Results.BasicReferenceRatingLifeUnreliability
    ISO162812025Results.DynamicEquivalentLoadDynamicCapacityRatio
    ISO162812025Results.DynamicEquivalentReferenceLoad
    ISO162812025Results.LifeModificationFactorForSystemsApproach
    ISO162812025Results.LoadForTheBasicDynamicLoadRatingOfTheInnerRingOrShaftWasher
    ISO162812025Results.LoadForTheBasicDynamicLoadRatingOfTheOuterRingOrHousingWasher
    ISO162812025Results.ModifiedReferenceRatingLifeCycles
    ISO162812025Results.ModifiedReferenceRatingLifeDamage
    ISO162812025Results.ModifiedReferenceRatingLifeDamageRate
    ISO162812025Results.ModifiedReferenceRatingLifeReliability
    ISO162812025Results.ModifiedReferenceRatingLifeSafetyFactor
    ISO162812025Results.ModifiedReferenceRatingLifeTime
    ISO162812025Results.ModifiedReferenceRatingLifeUnreliability
    ISOResults.OutputDefaultReportTo(String)
    ISOResults.GetDefaultReportWithEncodedImages()
    ISOResults.OutputActiveReportTo(String)
    ISOResults.OutputActiveReportAsTextTo(String)
    ISOResults.GetActiveReportWithEncodedImages()
    ISOResults.OutputNamedReportTo(String, String)
    ISOResults.OutputNamedReportAsMastaReport(String, String)
    ISOResults.OutputNamedReportAsTextTo(String, String)
    ISOResults.GetNamedReportWithEncodedImages(String)
    ISOResults.LifeModificationFactorForReliability
    ISOResults.ReportNames
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, [])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, , T)
    APIBase.callPartialMethod<T>(String, , , T)
    APIBase.callPartialMethod<T>(String, , , , T)
    APIBase.callPartialMethod<T1, T2>(String, , T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    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.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.ToListWithSelectedItem<T>(IEnumerable<T>)
    APIBase.ToListWithSelectedItem<T>(T, IEnumerable<T>)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    APIBase.InvalidProperties
    APIBase.ReadOnlyProperties
    APIBase.AllPropertiesAreReadOnly
    APIBase.AllPropertiesAreInvalid
    APIBase.cacheRpds
    APIBase.isInvalid
    Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.IsoRatingResults
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public sealed class BallISO162812025Results : ISO162812025Results, IEquatable<APIBase>

    Properties

    ContactStiffnessInner

    Stiffness of each individual ball-raceway contact, derived from equation (40) or (41) of ISO 16281:2025. Equations (10) and (11) give the force from the combined stiffness of the inner and outer contacts.

    Measurement: LinearStiffness

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

    ContactStiffnessOuter

    Stiffness of each individual ball-raceway contact, derived from equation (40) or (41) of ISO 16281:2025. Equations (10) and (11) give the force from the combined stiffness of the inner and outer contacts.

    Measurement: LinearStiffness

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