Class SafetyFactorItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SafetyFactorItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SafetyFactorItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Damage
Measurement: Damage
Declaration
public double Damage { get; }
Property Value
Type | Description |
---|---|
System.Double |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
MinimumRequiredSafetyFactor
Measurement: SafetyFactor
Declaration
public double MinimumRequiredSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Reliability
Measurement: Percentage
Declaration
public double Reliability { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactor
Measurement: SafetyFactor
Declaration
public double SafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
TimeUntilFailure
Measurement: Time
Declaration
public double TimeUntilFailure { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>