Page 1 of 1

EuroCode toolbox

Posted: 16 Jul 2014, 06:23
by PetrS
size=150bEuroCode toolbox/b/size

Eurocode toolbox contains frequently used functions and tools from EuroCode normcode.

ubCurrent list of functions:/b/u

bpublic int SteelSectionBendingClass(TStructure CS, double fy)/b
Returns cross section bending class according to EC 1993
"CS" - Structured variable with cross section properties.
"fy" - Yield strength of cross section material</param


bpublic int SteelSectionPressureClass(TStructure CS, double fy)/b
Returns cross section pressure class according to EC 1993
"CS" - Structured variable with cross section properties.
"fy" - Yield strength of cross section material</param


bpublic TStructure SteelSectionBucklingCoeff(TStructure CS, double fy)/b
Returns structured variable with buckling curves and coefficients
"CS" - Structured variable with cross section properties.
"fy" - Yield strength of cross section material</param


bpublic PointD GetConcreteDiagram(TStructure IO, double AlphaCC, double GammaC, bool Characteristic)/b
Return material diagram of concrete according to EC1992.
"IO" - IO structure
"AlphaCC" - Coefficient alphaCC according to EC 1992
"GammaC" - Coefficient gammaC according to EC 1992
"Characteristic" - Set true to obtain characteristic material diagram. Otherwise false.