Class GearMaterialExpertSystemMaterialOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears.Materials
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearMaterialExpertSystemMaterialOptions : APIBase, IEquatable<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>