Version: 13.0

    Show / Hide Table of Contents

    Class RollerRibDetail

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    RollerRibDetail
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    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.BearingDesigns.Rolling
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class RollerRibDetail : APIBase, IEquatable<APIBase>

    Fields

    _parent

    Declaration
    protected readonly APIBase _parent
    Field Value
    Type Description
    APIBase

    Properties

    Chamfer

    Measurement: ShortLength

    Declaration
    public Overridable<double> Chamfer { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    Diameter

    Measurement: ShortLength

    Declaration
    public Overridable<double> Diameter { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    HeightAboveRace

    Measurement: ShortLength

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

    LaybackAngle

    Measurement: SmallAngle

    Declaration
    public Overridable<double> LaybackAngle { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    NominalContactHeightAboveRace

    Measurement: ShortLength

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

    Present

    Declaration
    public bool Present { get; set; }
    Property Value
    Type Description
    System.Boolean

    UndercutAxialAngle

    The angle of the line connecting the axial start offset to the undercut circle. A positive angle gives a deeper cut into the raceway.

    Measurement: Angle

    Declaration
    public Overridable<double> UndercutAxialAngle { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    UndercutAxialStartOffset

    The offset along the race (away from the rib) away from where the nominal undercut circle would intersect the rib, from which the axial angle is measured.

    Measurement: ShortLength

    Declaration
    public Overridable<double> UndercutAxialStartOffset { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    UndercutRadialAngle

    The angle of the line connecting the radial start offset to the undercut circle. A positive angle gives a deeper cut into the rib.

    Measurement: Angle

    Declaration
    public Overridable<double> UndercutRadialAngle { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    UndercutRadialStartOffset

    The offset up the rib (away from the race) away from where the nominal undercut circle would intersect the rib, from which the radial angle is measured.

    Measurement: ShortLength

    Declaration
    public Overridable<double> UndercutRadialStartOffset { get; set; }
    Property Value
    Type Description
    Overridable<System.Double>

    UndercutRadius

    Measurement: ShortLength

    Declaration
    public Overridable<double> UndercutRadius { get; set; }
    Property Value
    Type Description
    Overridable<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