Class RollerRibDetail
Inheritance
Implements
Inherited Members
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> |