Class BarrelRollerBearing
Inheritance
System.Object
BarrelRollerBearing
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingDesigns.Rolling
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class BarrelRollerBearing : RollerBearing, IEquatable<APIBase>
Properties
ElementProfileRadius
Declaration
public Overridable<double> ElementProfileRadius { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
GrooveRadiusInner
Declaration
public Overridable<double> GrooveRadiusInner { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
GrooveRadiusOuter
Declaration
public Overridable<double> GrooveRadiusOuter { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
RollerRaceRadiusRatio
Declaration
public Overridable<double> RollerRaceRadiusRatio { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>