Version:

    Show / Hide Table of Contents

    Class LoadedBearingResults

    Inheritance
    System.Object
    APIBase
    BearingLoadCaseResultsLightweight
    LoadedBearingResults
    LoadedLinearBearingResults
    LoadedNonLinearBearingResults
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    BearingLoadCaseResultsLightweight._parent
    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)
    BearingLoadCaseResultsLightweight.RelativeMisalignment
    BearingLoadCaseResultsLightweight.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
    Assembly: SMT.MastaAPI.14.1.1.dll
    Syntax
    public abstract class LoadedBearingResults : BearingLoadCaseResultsLightweight, IEquatable<APIBase>

    Properties

    AngleOfGravityFromZAxis

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

    AxialDisplacementPreload

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

    Bearing

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

    Duration

    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

    InnerRingAngularRotation

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

    InnerRingAngularVelocity

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

    Orientation

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

    OuterRingAngularRotation

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

    OuterRingAngularVelocity

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

    RelativeAngularVelocity

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

    RelativeAxialDisplacement

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

    RelativeRadialDisplacement

    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

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

    SpecifiedAxialInternalClearance

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

    SpecifiedRadialInternalClearance

    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