CroSec_BoxcalculateProperties_EN10210 Method
Calculates the following cross section properties according to EN 10210-2:
A, zs, Iyy, Izz, Wply, Wplz, Ipp, Cw.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected void calculateProperties_EN10210(
double B,
double H,
double T,
double ro,
double ri,
out double zs,
out double A,
out double Iyy,
out double Izz,
out double Wply,
out double Wplz,
out double Ipp,
out double Cw
)
Protected Sub calculateProperties_EN10210 (
B As Double,
H As Double,
T As Double,
ro As Double,
ri As Double,
<OutAttribute> ByRef zs As Double,
<OutAttribute> ByRef A As Double,
<OutAttribute> ByRef Iyy As Double,
<OutAttribute> ByRef Izz As Double,
<OutAttribute> ByRef Wply As Double,
<OutAttribute> ByRef Wplz As Double,
<OutAttribute> ByRef Ipp As Double,
<OutAttribute> ByRef Cw As Double
)
protected:
void calculateProperties_EN10210(
double B,
double H,
double T,
double ro,
double ri,
[OutAttribute] double% zs,
[OutAttribute] double% A,
[OutAttribute] double% Iyy,
[OutAttribute] double% Izz,
[OutAttribute] double% Wply,
[OutAttribute] double% Wplz,
[OutAttribute] double% Ipp,
[OutAttribute] double% Cw
)
member calculateProperties_EN10210 :
B : float *
H : float *
T : float *
ro : float *
ri : float *
zs : float byref *
A : float byref *
Iyy : float byref *
Izz : float byref *
Wply : float byref *
Wplz : float byref *
Ipp : float byref *
Cw : float byref -> unit
Parameters
- B Double
- Width.
- H Double
- Height.
- T Double
- Wallthickness.
- ro Double
- Outer fillet radius.
- ri Double
- Inner fillet radius.
- zs Double
- Z-value of the centroid.
- A Double
- Area.
- Iyy Double
- Moment of inertia about the y-axis.
- Izz Double
- Moment of inertia about the z-axis.
- Wply Double
- Plastic resistance moment about the y-axis.
- Wplz Double
- Plastic resistance moment about the z-axis.
- Ipp Double
- Primary torsional moment of inertia.
- Cw Double
- Warping torsion constant.