Class LoadedBallBearingRaceResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LoadedBallBearingRaceResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LoadedBallBearingRaceResults : LoadedRollingBearingRaceResults, IEquatable<APIBase>
Properties
ContactRadiusAtRightAnglesToRollingDirection
Measurement: ShortLength
Declaration
public double ContactRadiusAtRightAnglesToRollingDirection { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianSemiMajorDimensionHighestLoad
Half contact length at right angles to direction of rolling
Measurement: ShortLength
Declaration
public double HertzianSemiMajorDimensionHighestLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
HertzianSemiMinorDimensionHighestLoad
Half contact width in direction of rolling
Measurement: ShortLength
Declaration
public double HertzianSemiMinorDimensionHighestLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>