Class BevelGearMaterial
Inheritance
System.Object
BevelGearMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Materials
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BevelGearMaterial : GearMaterial, IEquatable<APIBase>
Properties
AllowableBendingStress
Declaration
public virtual double AllowableBendingStress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AllowableContactStress
Declaration
public virtual double AllowableContactStress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SNCurveDefinition
Declaration
public SNCurveDefinition SNCurveDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| SNCurveDefinition |
ThermalConstant
Declaration
public double ThermalConstant { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>