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