Class RollingBearingSpeedResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RollingBearingSpeedResults : APIBase, IEquatable<APIBase>
Properties
AbsoluteElementPassingOrder
Order of an element passing over a fixed point in the orbital plane. This is equal to the fundamental train order multiplied by the number of elements.
Declaration
public double AbsoluteElementPassingOrder { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElementSpinOrder
Order of the element rotation about its own axis.
Declaration
public double ElementSpinOrder { get; }
Property Value
Type | Description |
---|---|
System.Double |
FundamentalTrainOrder
Order of a complete element revolution.
Declaration
public double FundamentalTrainOrder { get; }
Property Value
Type | Description |
---|---|
System.Double |
InnerRaceElementPassingOrder
Order of an element passing over a point fixed on the inner race.
Declaration
public double InnerRaceElementPassingOrder { get; }
Property Value
Type | Description |
---|---|
System.Double |
OuterRaceElementPassingOrder
Order of an element passing over a point fixed on the outer race.
Declaration
public double OuterRaceElementPassingOrder { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>