Class ISOScuffingResultsRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISOScuffingResultsRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ISOScuffingResultsRow : ScuffingResultsRow, IEquatable<APIBase>
Properties
ApproachFactor
Declaration
public double ApproachFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ContactTemperature
Measurement: Temperature
Declaration
public override double ContactTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
FlashTemperature
Measurement: TemperatureDifference
Declaration
public override double FlashTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
GeometryFactor
Declaration
public double GeometryFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PinionRollingVelocity
Measurement: Velocity
Declaration
public override double PinionRollingVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
SlidingVelocity
Measurement: Velocity
Declaration
public override double SlidingVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ThermoElasticFactor
Measurement: ThermoElasticFactor
Declaration
public double ThermoElasticFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WheelRollingVelocity
Measurement: Velocity
Declaration
public override double WheelRollingVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>