Class ISO14179Settings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO14179Settings
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 ISO14179Settings : NamedDatabaseItem, IEquatable<APIBase>
Properties
ISOTR141792001F1SpecificationMethod
Declaration
public PowerRatingF1EstimationMethod ISOTR141792001F1SpecificationMethod { get; set; }
Property Value
Type | Description |
---|---|
PowerRatingF1EstimationMethod |
PowerRatingF0ScalingFactorOneDimensionalLookupTable
Declaration
public OnedimensionalFunctionLookupTable PowerRatingF0ScalingFactorOneDimensionalLookupTable { get; }
Property Value
Type | Description |
---|---|
OnedimensionalFunctionLookupTable |
PowerRatingF1OneDimensionalLookupTable
Declaration
public OnedimensionalFunctionLookupTable PowerRatingF1OneDimensionalLookupTable { get; }
Property Value
Type | Description |
---|---|
OnedimensionalFunctionLookupTable |
PowerRatingF1ScalingFactorOneDimensionalLookupTable
Declaration
public OnedimensionalFunctionLookupTable PowerRatingF1ScalingFactorOneDimensionalLookupTable { get; }
Property Value
Type | Description |
---|---|
OnedimensionalFunctionLookupTable |
PowerRatingF1TwoDimensionalLookupTable
Declaration
public TwodimensionalFunctionLookupTable PowerRatingF1TwoDimensionalLookupTable { get; }
Property Value
Type | Description |
---|---|
TwodimensionalFunctionLookupTable |
UserSpecifiedF1ForISOTR141792001
Declaration
public double UserSpecifiedF1ForISOTR141792001 { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>