Class TaperRollerBearing
Inheritance
System.Object
TaperRollerBearing
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class TaperRollerBearing : NonBarrelRollerBearing, IEquatable<APIBase>
Properties
AssembledWidth
Declaration
public double AssembledWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BearingMeasurementType
Declaration
public BearingMeasurementType BearingMeasurementType { get; set; }
Property Value
ConeAngle
Declaration
public double ConeAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CupAngle
Declaration
public Overridable<double> CupAngle { get; set; }
Property Value
EffectiveCentreFromFrontFace
Declaration
public double EffectiveCentreFromFrontFace { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EffectiveCentreToFrontFaceSetByChangingOuterRingOffset
Declaration
public double EffectiveCentreToFrontFaceSetByChangingOuterRingOffset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ElementTaperAngle
Declaration
public Overridable<double> ElementTaperAngle { get; set; }
Property Value
InnerRingBackFaceCornerRadius
Declaration
public Overridable<double> InnerRingBackFaceCornerRadius { get; set; }
Property Value
InnerRingFrontFaceCornerRadius
Declaration
public Overridable<double> InnerRingFrontFaceCornerRadius { get; set; }
Property Value
LeftElementCornerRadius
Declaration
public Overridable<double> LeftElementCornerRadius { get; set; }
Property Value
MeanInnerRaceDiameter
Declaration
public double MeanInnerRaceDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
MeanOuterRaceDiameter
Declaration
public double MeanOuterRaceDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
OuterRingBackFaceCornerRadius
Declaration
public Overridable<double> OuterRingBackFaceCornerRadius { get; set; }
Property Value
OuterRingFrontFaceCornerRadius
Declaration
public Overridable<double> OuterRingFrontFaceCornerRadius { get; set; }
Property Value
RightElementCornerRadius
Declaration
public Overridable<double> RightElementCornerRadius { get; set; }
Property Value
Width
Declaration
public override double Width { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
WidthSettingInnerAndOuterRingWidth
Declaration
public double WidthSettingInnerAndOuterRingWidth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods