Table of Contents

Class MatSteelHKG

Namespace
IdeaRS.OpenModel.Material
Assembly
IdeaRS.OpenModel.dll

Material steel HKG

[OpenModelClass("CI.StructModel.Libraries.Material.HKG.MatSteelHKG,CI.Material", "CI.StructModel.Libraries.Material.IMaterial,CI.BasicTypes", typeof(MatSteel))]
[DataContract]
public class MatSteelHKG : MatSteel

Inheritance

Inherited Members

Properties

GammaOVfu

Overstrength coefficient for fu

[DataMember]
public double GammaOVfu { get; set; }

Property Value

double

GammaOVfy

Overstrength coefficient for fy

[DataMember]
public double GammaOVfy { get; set; }

Property Value

double

MaterialStrength

Material strength for specific thickness of plate

[DataMember]
public MaterialStrengthProperty MaterialStrength { get; set; }

Property Value

MaterialStrengthProperty

fu

Ultimate strength - Yu

[DataMember]
public double fu { get; set; }

Property Value

double

fy

Yield strength - Ys

[DataMember]
public double fy { get; set; }

Property Value

double