Class GearMaterialExpertSystemMaterialOptions
Inheritance
System.Object
GearMaterialExpertSystemMaterialOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GearMaterialExpertSystemMaterialOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
MaximumDamage
Declaration
public double MaximumDamage { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumSafetyFactor
Declaration
public double MaximumSafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumDamage
Declaration
public double MinimumDamage { get; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumSafetyFactor
Declaration
public double MinimumSafetyFactor { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods