Class ShaftSettingsItem
Inheritance
System.Object
ShaftSettingsItem
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ShaftSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
CreateNewAssemblyByDefaultWhenAddingPartViaDXF
Declaration
public bool CreateNewAssemblyByDefaultWhenAddingPartViaDXF { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ReliabilityFactor
Used in the calculation of the fatigue safety factor in the AGMA 6001/6101-E08 rating method.
Declaration
public double ReliabilityFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
RequiredShaftReliability
Used in the calculation of the fatigue safety factor in the AGMA 6001/6101-E08 rating method. The Reliability Factor used in the rating is calculated by assuming that the life of apparently identical parts has a standard deviation that is 8% of the mean.
Measurement: Percentage
Declaration
public double RequiredShaftReliability { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShaftRatingMethod
Declaration
public ShaftRatingMethod ShaftRatingMethod { get; }
Property Value
ShaftRatingMethodSelector
Declaration
public EnumWithSelectedValue<ShaftRatingMethod> ShaftRatingMethodSelector { get; set; }
Property Value
VersionOfMinersRule
Declaration
public FkmVersionOfMinersRule VersionOfMinersRule { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods