Class ShaftSafetyFactorSettings
Inheritance
System.Object
ShaftSafetyFactorSettings
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ShaftSafetyFactorSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ShaftFatigueSafetyFactorRequirement
Declaration
public double ShaftFatigueSafetyFactorRequirement { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShaftStaticSafetyFactorRequirement
Declaration
public double ShaftStaticSafetyFactorRequirement { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods