CroSec_BeamProduction Enumeration
Possible types of production which determines alpha_y/z which
hint what residual stresses are to be expected within the cross section.
This impacts the design according to EC3.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
[SerializableAttribute]
public enum Production
<SerializableAttribute>
Public Enumeration Production
[SerializableAttribute]
public enum class Production
[<SerializableAttribute>]
type Production
cold_formed |
0 |
indicates that the cross section was cold-formed
|
hot_finished |
1 |
indicates that the cross section was hot-finished
|
welded |
2 |
indicates that the cross section was welded together
|
rolled |
3 |
indicates that the cross section was rolled
|
undefined |
4 |
indicates that the cross section's production process is unknown
|