Version: 13.0

    Show / Hide Table of Contents

    Class LoadedRollerBearingElement

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    LoadedElement
    LoadedRollerBearingElement
    LoadedAsymmetricSphericalRollerBearingElement
    LoadedCrossedRollerBearingElement
    LoadedNonBarrelRollerElement
    LoadedSphericalRollerBearingElement
    LoadedToroidalRollerBearingElement
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    LoadedElement._parent
    LoadedElement.Angle
    LoadedElement.AxialLoading
    LoadedElement.ElementId
    LoadedElement.ElementRacewayContactAreaInner
    LoadedElement.ElementRacewayContactAreaLeft
    LoadedElement.ElementRacewayContactAreaOuter
    LoadedElement.ElementRacewayContactAreaRight
    LoadedElement.MaximumNormalStress
    LoadedElement.MinimumLubricatingFilmThicknessInner
    LoadedElement.MinimumLubricatingFilmThicknessOuter
    LoadedElement.NormalLoadInner
    LoadedElement.NormalLoadOuter
    LoadedElement.RaceDeflectionInner
    LoadedElement.RaceDeflectionOuter
    LoadedElement.RaceDeflectionTotal
    LoadedElement.RaceSeparationAtElementAxial
    LoadedElement.RaceSeparationAtElementRadial
    LoadedElement.ForceFromInnerRace
    LoadedElement.OperatingInternalClearance
    LoadedElement.SubsurfaceShearStressDistributionInner
    LoadedElement.SubsurfaceShearStressDistributionOuter
    LoadedElement.ReportNames
    LoadedElement.OutputDefaultReportTo(String)
    LoadedElement.GetDefaultReportWithEncodedImages()
    LoadedElement.OutputActiveReportTo(String)
    LoadedElement.OutputActiveReportAsTextTo(String)
    LoadedElement.GetActiveReportWithEncodedImages()
    LoadedElement.OutputNamedReportTo(String, String)
    LoadedElement.OutputNamedReportAsMastaReport(String, String)
    LoadedElement.OutputNamedReportAsTextTo(String, String)
    LoadedElement.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.Bearings.BearingResults.Rolling
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class LoadedRollerBearingElement : LoadedElement, IEquatable<APIBase>

    Properties

    ContactLengthInner

    Measurement: ShortLength

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

    ContactLengthOuter

    Measurement: ShortLength

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

    ElementTilt

    Tilt of the element relative to the outer race

    Measurement: SmallAngle

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

    MaximumContactWidthInner

    Measurement: VeryShortLength

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

    MaximumContactWidthOuter

    Measurement: VeryShortLength

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

    MaximumDepthOfMaximumShearStressInner

    Measurement: VeryShortLength

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

    MaximumDepthOfMaximumShearStressOuter

    Measurement: VeryShortLength

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

    MaximumNormalEdgeStressInner

    Measurement: Stress

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

    MaximumNormalEdgeStressOuter

    Measurement: Stress

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

    MaximumNormalStressInner

    Measurement: Stress

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

    MaximumNormalStressOuter

    Measurement: Stress

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

    MaximumShearStressInner

    Measurement: Stress

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

    MaximumShearStressOuter

    Measurement: Stress

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

    ResultsAtRollerOffsets

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

    RibLoad

    Measurement: Force

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