Class MaterialBoltGrade
- Namespace
- IdeaRS.OpenModel.Material
- Assembly
- IdeaRS.OpenModel.dll
Material bolt grade
[OpenModelClass("CI.StructModel.Libraries.Material.MaterialBoltGrade,CI.Material", "CI.StructModel.Libraries.Material.IMatBoltGrade,CI.BasicTypes", typeof(Material))]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class MaterialBoltGrade : Material
Inheritance
Derived
Inherited Members
Properties
Code
Design code
public CountryCode Code { get; set; }
Property Value
Elongation
Elongation after fracture - for 20% elongation use value 0.2
public double Elongation { get; set; }
Property Value
MprlElementID
Name fo the bolt grade in MPRL database
public Guid MprlElementID { get; set; }
Property Value
MprlTableID
Unique ID of MPRL database table where the bolt grade was taken from.
public Guid MprlTableID { get; set; }
Property Value
fub
Ultimate tensile strength
public double fub { get; set; }
Property Value
fyb
Yield strength
public double fyb { get; set; }