Class CylindricalGearMaterial
Inheritance
System.Object
CylindricalGearMaterial
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CylindricalGearMaterial : GearMaterial, IEquatable<APIBase>
Properties
AllowableStressNumberBending
This property can only be specified when 'Specify Allowable Stress Numbers?' is selected
Measurement: Stress
Declaration
public virtual double AllowableStressNumberBending { get; set; }
Property Value
Type |
Description |
System.Double |
|
This property can only be specified when 'Specify Allowable Stress Numbers?' is selected
Measurement: Stress
Declaration
public double AllowableStressNumberContact { get; set; }
Property Value
Type |
Description |
System.Double |
|
HeatTreatmentDistortionControl
Declaration
public ManufactureRating HeatTreatmentDistortionControl { get; set; }
Property Value
HeatTreatmentProcessDevelopment
Declaration
public ManufactureRating HeatTreatmentProcessDevelopment { get; set; }
Property Value
MachineProcessDevelopment
Declaration
public ManufactureRating MachineProcessDevelopment { get; set; }
Property Value
Manufacturability
Declaration
public ManufactureRating Manufacturability { get; set; }
Property Value
MaterialType
Declaration
public virtual ListWithSelectedItem<string> MaterialType { get; set; }
Property Value
NominalStressNumberBending
This property can only be specified when 'Specify Allowable Stress Numbers?' is selected
Measurement: Stress
Declaration
public double NominalStressNumberBending { get; set; }
Property Value
Type |
Description |
System.Double |
|
RetainedAustenite
Declaration
public double RetainedAustenite { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShotPeened
Declaration
public bool ShotPeened { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SNCurveBendingAllowableStressPointSelector
If 'Auto' selected, than Fatigue Limit for Infinite Life is used for the allowable stress.
Declaration
public ListWithSelectedItem<string> SNCurveBendingAllowableStressPointSelector { get; set; }
Property Value
If 'Auto' selected, than Fatigue Limit for Infinite Life is used for the allowable stress.
Declaration
public ListWithSelectedItem<string> SNCurveContactAllowableStressPointSelector { get; set; }
Property Value
SpecifyAllowableStressNumberBending
Declaration
public bool SpecifyAllowableStressNumberBending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool SpecifyAllowableStressNumberContact { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
WeldingStructuralFactor
Used in MASTA's scuffing rating calculations
Declaration
public Overridable<double> WeldingStructuralFactor { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods