Version: 13.0

    Show / Hide Table of Contents

    Class LoadedBearingResults

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    BearingLoadCaseResultsLightweight
    LoadedBearingResults
    LoadedLinearBearingResults
    LoadedNonLinearBearingResults
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    BearingLoadCaseResultsLightweight._parent
    BearingLoadCaseResultsLightweight.RelativeMisalignment
    BearingLoadCaseResultsLightweight.ReportNames
    BearingLoadCaseResultsLightweight.OutputDefaultReportTo(String)
    BearingLoadCaseResultsLightweight.GetDefaultReportWithEncodedImages()
    BearingLoadCaseResultsLightweight.OutputActiveReportTo(String)
    BearingLoadCaseResultsLightweight.OutputActiveReportAsTextTo(String)
    BearingLoadCaseResultsLightweight.GetActiveReportWithEncodedImages()
    BearingLoadCaseResultsLightweight.OutputNamedReportTo(String, String)
    BearingLoadCaseResultsLightweight.OutputNamedReportAsMastaReport(String, String)
    BearingLoadCaseResultsLightweight.OutputNamedReportAsTextTo(String, String)
    BearingLoadCaseResultsLightweight.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
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class LoadedBearingResults : BearingLoadCaseResultsLightweight, IEquatable<APIBase>

    Properties

    AngleOfGravityFromZAxis

    Measurement: Angle

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

    AxialDisplacementPreload

    Measurement: VeryShortLength

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

    Bearing

    Declaration
    public BearingDesign Bearing { get; }
    Property Value
    Type Description
    BearingDesign

    Duration

    Measurement: Time

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

    ForceOnInnerRace

    Declaration
    public VectorWithLinearAndAngularComponents ForceOnInnerRace { get; }
    Property Value
    Type Description
    VectorWithLinearAndAngularComponents

    ForceResultsAreOverridden

    Declaration
    public virtual bool ForceResultsAreOverridden { get; }
    Property Value
    Type Description
    System.Boolean

    InnerRingAngularVelocity

    Measurement: AngularVelocity

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

    Orientation

    Declaration
    public Orientations Orientation { get; set; }
    Property Value
    Type Description
    Orientations

    OuterRingAngularVelocity

    Measurement: AngularVelocity

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

    RelativeAngularVelocity

    Measurement: AngularVelocity

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

    RelativeAxialDisplacement

    Z component of the relative displacement of the bearing inner (or left for axial bearings) and outer (or right for axial bearings).

    Measurement: VeryShortLength

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

    RelativeRadialDisplacement

    Magnitude of the radial components of the relative displacement of the bearing inner (or left for axial bearings) and outer (or right for axial bearings).

    Measurement: VeryShortLength

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

    RingResults

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

    SignedRelativeAngularVelocity

    Measurement: AngularVelocity

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

    SpecifiedAxialInternalClearance

    Measurement: VeryShortLength

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

    SpecifiedRadialInternalClearance

    The radial internal clearance is a diametrical dimension.

    Measurement: VeryShortLength

    Declaration
    public double SpecifiedRadialInternalClearance { get; set; }
    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