Class LoadedBallBearingResults
Inheritance
System.Object
LoadedBallBearingResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class LoadedBallBearingResults : LoadedRollingBearingResults, IEquatable<APIBase>
Properties
FrictionModelForGyroscopicMoment
Declaration
public virtual FrictionModelForGyroscopicMoment FrictionModelForGyroscopicMoment { get; }
Property Value
| Type | Description |
|---|---|
| FrictionModelForGyroscopicMoment |
SmearingSafetyFactor
Declaration
public virtual double SmearingSafetyFactor { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TrackTruncation
Declaration
public TrackTruncationSafetyFactorResults TrackTruncation { get; }
Property Value
| Type | Description |
|---|---|
| TrackTruncationSafetyFactorResults |
UseElementContactAnglesForAngularVelocities
Declaration
public bool UseElementContactAnglesForAngularVelocities { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>