Class BoltMaterial
Inheritance
System.Object
BoltMaterial
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BoltMaterial : BoltedJointMaterial, IEquatable<APIBase>
Properties
MinimumTensileStrength
Declaration
public override double MinimumTensileStrength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
ProofStress
Declaration
public override double ProofStress { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
ShearingStrength
Declaration
public override double ShearingStrength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
StrengthGrade
Declaration
public StrengthGrades StrengthGrade { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods