Class ScuffingResultsRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ScuffingResultsRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ScuffingResultsRow : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ContactTemperature
Measurement: Temperature
Declaration
public virtual double ContactTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FlashTemperature
Measurement: TemperatureDifference
Declaration
public virtual double FlashTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IndexLabel
Declaration
public string IndexLabel { get; }
Property Value
Type | Description |
---|---|
System.String |
LineOfActionParameter
Declaration
public double LineOfActionParameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LoadSharingFactor
Declaration
public double LoadSharingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NormalRelativeRadiusOfCurvature
Measurement: ShortLength
Declaration
public double NormalRelativeRadiusOfCurvature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Pinion
Declaration
public ScuffingResultsRowGear Pinion { get; }
Property Value
Type | Description |
---|---|
ScuffingResultsRowGear |
PinionFlankTransverseRadiusOfCurvature
Measurement: ShortLength
Declaration
public double PinionFlankTransverseRadiusOfCurvature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PinionRollingVelocity
Measurement: Velocity
Declaration
public virtual double PinionRollingVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlidingVelocity
Measurement: Velocity
Declaration
public virtual double SlidingVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WheelFlankTransverseRadiusOfCurvature
Measurement: ShortLength
Declaration
public double WheelFlankTransverseRadiusOfCurvature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WheelRollingVelocity
Measurement: Velocity
Declaration
public virtual double WheelRollingVelocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>