Class PlasticCylindricalGearMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PlasticCylindricalGearMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PlasticCylindricalGearMaterial : CylindricalGearMaterial, IEquatable<APIBase>
Properties
GlassTransitionTemperature
Measurement: Temperature
Declaration
public double GlassTransitionTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MaterialType
Declaration
public override ListWithSelectedItem<string> MaterialType { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<System.String> |
Overrides
MeltingTemperature
Measurement: Temperature
Declaration
public double MeltingTemperature { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ModulusOfElasticity
Measurement: Stress
Declaration
public override double ModulusOfElasticity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
N0Bending
Measurement: Cycles
Declaration
public override double N0Bending { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
N0Contact
Measurement: Cycles
Declaration
public override double N0Contact { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
PermissibleTemperatureForContinuousOperation
Measurement: Temperature
Declaration
public double PermissibleTemperatureForContinuousOperation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PermissibleTemperatureForIntermittentOperation
Measurement: Temperature
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 |
UseCustomMaterialForContact
Declaration
public bool UseCustomMaterialForContact { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>