Class GearMaterialExpertSystemMaterialOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMaterialExpertSystemMaterialOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GearMaterialExpertSystemMaterialOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
MaximumDamage
Measurement: Percentage
Declaration
public double MaximumDamage { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumSafetyFactor
Declaration
public double MaximumSafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumDamage
Measurement: Percentage
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>