Class PlasticCylindricalGearMaterial
Inheritance
System.Object
PlasticCylindricalGearMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class PlasticCylindricalGearMaterial : CylindricalGearMaterial, IEquatable<APIBase>
Properties
GlassTransitionTemperature
Declaration
public double GlassTransitionTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MaterialType
Declaration
public override ListWithSelectedItem<string> MaterialType { get; set; }
Property Value
Overrides
MeltingTemperature
Declaration
public double MeltingTemperature { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModulusOfElasticity
Declaration
public override double ModulusOfElasticity { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
N0Bending
Declaration
public override double N0Bending { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Declaration
public override double N0Contact { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
PermissibleTemperatureForContinuousOperation
Declaration
public double PermissibleTemperatureForContinuousOperation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
PermissibleTemperatureForIntermittentOperation
Declaration
public double PermissibleTemperatureForIntermittentOperation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
UseCustomMaterialForBending
Declaration
public bool UseCustomMaterialForBending { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool UseCustomMaterialForContact { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods