Class SafetyFactorResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SafetyFactorResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SafetyFactorResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FatigueBendingSafetyFactor
Measurement: SafetyFactor
Declaration
public double FatigueBendingSafetyFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueContactSafetyFactor
Measurement: SafetyFactor
Declaration
public double FatigueContactSafetyFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FatigueSafetyFactor
Measurement: SafetyFactor
Declaration
public double FatigueSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactor
Measurement: SafetyFactor
Declaration
public double SafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
StaticBendingSafetyFactor
Measurement: SafetyFactor
Declaration
public double StaticBendingSafetyFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StaticContactSafetyFactor
Measurement: SafetyFactor
Declaration
public double StaticContactSafetyFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StaticSafetyFactor
Measurement: SafetyFactor
Declaration
public double StaticSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>