Class BoltMaterial
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BoltMaterial
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bolts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BoltMaterial : BoltedJointMaterial, IEquatable<APIBase>
Properties
MinimumTensileStrength
This is the lower yield stress, to be used when there is a well defined yield point.
Measurement: Stress
Declaration
public override double MinimumTensileStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ProofStress
Offset yield point derived from 0.2% of the strain. For a given strength grade, the proof stress is given by clause 5.8 in Table 3 of ISO 898-1.
Measurement: Stress
Declaration
public override double ProofStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ShearingStrength
For a specified strength grade, the shearing strength is calculated to be using the shearing strength ratio in Table 5.5/2, page 91 VDI 2230-1.
Measurement: Stress
Declaration
public override double ShearingStrength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
StrengthGrade
If the strength grade is specified the minimum tensile strength, shearing strength and proof stress are automatically specified from ISO-898-1.
Declaration
public StrengthGrades StrengthGrade { get; set; }
Property Value
Type | Description |
---|---|
StrengthGrades |
Implements
System.IEquatable<T>