|
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.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected 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
- Type: SystemDouble
Width. - H
- Type: SystemDouble
Height. - T
- Type: SystemDouble
Wallthickness. - ro
- Type: SystemDouble
Outer fillet radius. - ri
- Type: SystemDouble
Inner fillet radius. - zs
- Type: SystemDouble
Z-value of the centroid. - A
- Type: SystemDouble
Area. - Iyy
- Type: SystemDouble
Moment of inertia about the y-axis. - Izz
- Type: SystemDouble
Moment of inertia about the z-axis. - Wply
- Type: SystemDouble
Plastic resistance moment about the y-axis. - Wplz
- Type: SystemDouble
Plastic resistance moment about the z-axis. - Ipp
- Type: SystemDouble
Primary torsional moment of inertia. - Cw
- Type: SystemDouble
Warping torsion constant.
See Also