Class BoltedJointMaterial
Inheritance
System.Object
BoltedJointMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BoltedJointMaterial : Material, IEquatable<APIBase>
Properties
CoefficientOfThermalExpansionAt20C
Declaration
public virtual double CoefficientOfThermalExpansionAt20C { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LimitingSurfacePressure
Declaration
public double LimitingSurfacePressure { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumTensileStrength
Declaration
public virtual double MinimumTensileStrength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModulusOfElasticityAt20C
Declaration
public virtual double ModulusOfElasticityAt20C { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ProofStress
Declaration
public virtual double ProofStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ShearingStrength
Declaration
public virtual double ShearingStrength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StressEnduranceLimit
Declaration
public double StressEnduranceLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TemperatureDependentCoefficientOfThermalExpansion
Declaration
public Vector2DListAccessor TemperatureDependentCoefficientOfThermalExpansion { get; set; }
Property Value
TemperatureDependentYoungsModuli
Declaration
public Vector2DListAccessor TemperatureDependentYoungsModuli { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods