EuroCode contains general EC functions More...
Public Member Functions | |
| int | SteelSectionBendingClass (TStructure Geometry, double fy) |
| Returns cross section bending class according to EC 1993 More... | |
| int | SteelSectionPressureClass (TStructure Geometry, double fy) |
| Returns cross section pressure class according to EC 1993 More... | |
| TStructure | SteelSectionBucklingCoeff (TStructure CS, double fy) |
| Returns structured variable with buckling curves and coefficients More... | |
EuroCode contains general EC functions
| int SteelSectionBendingClass | ( | TStructure | Geometry, |
| double | fy | ||
| ) |
Returns cross section bending class according to EC 1993
| Geometry | Structured variable with cross section properties. |
| fy | Yield strength of cross section material |
| TStructure SteelSectionBucklingCoeff | ( | TStructure | CS, |
| double | fy | ||
| ) |
Returns structured variable with buckling curves and coefficients
| CS | Structured variable with cross section properties. |
| fy | Yield strength of cross section material |
| int SteelSectionPressureClass | ( | TStructure | Geometry, |
| double | fy | ||
| ) |
Returns cross section pressure class according to EC 1993
| Geometry | Structured variable with cross section properties. |
| fy | Yield strength of cross section material |