Class MatSteelAISC
- Namespace
 - IdeaRS.OpenModel.Material
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Material steel AISC
[OpenModelClass("CI.StructModel.Libraries.Material.American.MatSteelASTM,CI.Material", "CI.StructModel.Libraries.Material.IMaterial,CI.BasicTypes", typeof(MatSteel))]
[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public class MatSteelAISC : MatSteelInheritance
Inherited Members
Properties
fu
Ultimate strength for nominal thickness of the element <= 40mm - fu
public double fu { get; set; }Property Value
fu40
Ultimate strength for nominal thickness of the element > 40mm and <= 100mm - fu,(>40)
public double fu40 { get; set; }Property Value
fy
Yield strength for nominal thickness of the element <= 40mm - fy
public double fy { get; set; }Property Value
fy40
Yield strength for nominal thickness of the element > 40mm and <= 100mm - fy,(>40)
public double fy40 { get; set; }