Class GearMaterialExpertSystemFactorSettings
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMaterialExpertSystemFactorSettings
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearMaterialExpertSystemFactorSettings : PerMachineSettings, IEquatable<APIBase>
Properties
MaximumDamage
Measurement: Damage
Declaration
public double MaximumDamage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumSafetyFactor
Declaration
public double MaximumSafetyFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumDamage
Measurement: Damage
Declaration
public double MinimumDamage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumSafetyFactor
Declaration
public double MinimumSafetyFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>