Class GearMaterial
Inheritance
System.Object
GearMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class GearMaterial : Material, IEquatable<APIBase>
Properties
ApplyDeratingFactorsToBendingCustomSNCurve
Declaration
public bool ApplyDeratingFactorsToBendingCustomSNCurve { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ApplyDeratingFactorsToContactCustomSNCurve { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CoreHardness
Declaration
public double CoreHardness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
N0Bending
Declaration
public virtual double N0Bending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual double N0Contact { get; }
Property Value
| Type |
Description |
| System.Double |
|
NCBending
Declaration
public double NCBending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double NCContact { get; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfKnownPointsForUserSNCurveBendingStress
Declaration
public int NumberOfKnownPointsForUserSNCurveBendingStress { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfKnownPointsForUserSNCurveForContactStress { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
SNCurveBending
Declaration
public SNCurve SNCurveBending { get; }
Property Value
Declaration
public SNCurve SNCurveContact { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods