Class ShaftSettingsItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftSettingsItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftSettingsItem : NamedDatabaseItem, IEquatable<APIBase>
Properties
CreateNewAssemblyByDefaultWhenAddingPartViaDXF
Declaration
public bool CreateNewAssemblyByDefaultWhenAddingPartViaDXF { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaterialDatabase
Declaration
public DatabaseWithSelectedItem MaterialDatabase { get; set; }
Property Value
Type | Description |
---|---|
DatabaseWithSelectedItem |
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
Type | Description |
---|---|
ShaftRatingMethod |
ShaftRatingMethodSelector
Declaration
public EnumWithSelectedValue<ShaftRatingMethod> ShaftRatingMethodSelector { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ShaftRatingMethod> |
VersionOfMinersRule
Declaration
public FkmVersionOfMinersRule VersionOfMinersRule { get; set; }
Property Value
Type | Description |
---|---|
FkmVersionOfMinersRule |
Implements
System.IEquatable<T>