Class Micropitting
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Micropitting
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Micropitting : IndependentReportablePropertiesBase<Micropitting>, IEquatable<APIBase>
Properties
EstimateBulkTemperature
Estimate the bulk temperature using ISO/TR 15144-1:2010 Equation (79), ISO/TR 15144-1:2014 Equation (84), and ISO/TS 6336-22:2018 Equation (83)?
Declaration
public bool EstimateBulkTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MethodACoefficientOfFrictionMethod
Method used to calculate coefficient of friction in Method A of the selected micropitting rating method.
Declaration
public EnumWithSelectedValue<MicropittingCoefficientOfFrictionCalculationMethod> MethodACoefficientOfFrictionMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<MicropittingCoefficientOfFrictionCalculationMethod> |
Implements
System.IEquatable<T>