Class TaperRollerBearing
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class TaperRollerBearing : NonBarrelRollerBearing, IEquatable<APIBase>
Properties
AssembledWidth
Distance from the outer ring back face to the inner ring back face.
Measurement: ShortLength
Declaration
public double AssembledWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
BearingMeasurementType
Denotes whether the Taper Roller Bearing is an Inch or Metric Type. This affects which tolerance classes are relevant.
Declaration
public BearingMeasurementType BearingMeasurementType { get; set; }
Property Value
| Type | Description |
|---|---|
| BearingMeasurementType |
ConeAngle
This is the contact angle between the element and the inner race
Measurement: Angle
Declaration
public double ConeAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
CupAngle
This is the contact angle between the element and the outer race
Measurement: Angle
Declaration
public Overridable<double> CupAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
EffectiveCentreFromFrontFace
The distance from the front face of the bearing to the effective load centre, which is defined as the intersection of the bearing centre line with a line perpendicular to the outer race drawn through the mid-point of the element edge which touches the outer race. Setting this value 'a' here will change the outer ring offset.
Measurement: ShortLength
Declaration
public double EffectiveCentreFromFrontFace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
EffectiveCentreToFrontFaceSetByChangingOuterRingOffset
The distance from the front of the bearing to the effective load centre, which is defined as the intersection of the bearing centre line with a line perpendicular to the outer race drawn through the mid-point of the element edge which touches the outer race. Setting this value 'a' here will change the outer ring offset.
Measurement: ShortLength
Declaration
public double EffectiveCentreToFrontFaceSetByChangingOuterRingOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ElementTaperAngle
Twice the angle between the contact surface of the race and the element centre line
Measurement: Angle
Declaration
public Overridable<double> ElementTaperAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
InnerRingBackFaceCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> InnerRingBackFaceCornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
InnerRingFrontFaceCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> InnerRingFrontFaceCornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
LeftElementCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> LeftElementCornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
MeanInnerRaceDiameter
The 'Mean Inner Race Diameter' is the diameter of the point at which the centre of the roller (along its axis) makes contact with the inner race. This is analogous to the outer diameter of the inner race for a cylindrical roller bearing with no ribs.
Measurement: ShortLength
Declaration
public double MeanInnerRaceDiameter { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
MeanOuterRaceDiameter
The 'Mean Outer Race Diameter' is the diameter of the point at which the centre of the roller (along its axis) makes contact with the outer race. This is analogous to the inner diameter of the outer race for a cylindrical roller bearing with no ribs.
Measurement: ShortLength
Declaration
public double MeanOuterRaceDiameter { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
OuterRingBackFaceCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> OuterRingBackFaceCornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
OuterRingFrontFaceCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> OuterRingFrontFaceCornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
RightElementCornerRadius
Measurement: ShortLength
Declaration
public Overridable<double> RightElementCornerRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Width
Total width of the bearing, so the smallest this can be is the width of the inner race. If the outer race extends further than the edge of the inner race then the width will be equivalent to the Assembled Width (T).
Measurement: ShortLength
Declaration
public override double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Overrides
WidthSettingInnerAndOuterRingWidth
Also sets the Inner Ring Width and Outer Ring Width to meet the specified value
Measurement: ShortLength
Declaration
public double WidthSettingInnerAndOuterRingWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |