CroSec_BoxcalculateProperties_General Method
calculates the properties of a box cross section.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected void calculateProperties_General(
double H,
double Bl,
double Bu,
double Tw,
double Tl,
double Tu,
double ri,
double ro,
out double zs,
out double A,
out double Iyy,
out double Izz,
out double Wply,
out double Wplz,
out double Ipp,
out double Cw,
out double zm
)
Protected Sub calculateProperties_General (
H As Double,
Bl As Double,
Bu As Double,
Tw As Double,
Tl As Double,
Tu As Double,
ri As Double,
ro 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,
<OutAttribute> ByRef zm As Double
)
protected:
void calculateProperties_General(
double H,
double Bl,
double Bu,
double Tw,
double Tl,
double Tu,
double ri,
double ro,
[OutAttribute] double% zs,
[OutAttribute] double% A,
[OutAttribute] double% Iyy,
[OutAttribute] double% Izz,
[OutAttribute] double% Wply,
[OutAttribute] double% Wplz,
[OutAttribute] double% Ipp,
[OutAttribute] double% Cw,
[OutAttribute] double% zm
)
member calculateProperties_General :
H : float *
Bl : float *
Bu : float *
Tw : float *
Tl : float *
Tu : float *
ri : float *
ro : 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 *
zm : float byref -> unit
Parameters
- H Double
- height.
- Bl Double
- lower width.
- Bu Double
- upper width.
- Tw Double
- web thickness.
- Tl Double
- lower flange thickness.
- Tu Double
- upper flange thickness.
- ri Double
- inner fillet radius.
- ro Double
- outer fillet radius.
- zs Double
- z-coordinate of center of gravity measured from top.
- A Double
- cross section area.
- Iyy Double
- moment of inertia about the y-axis (horizontal).
- Izz Double
- moment of inertia about the z-axis.
- Wply Double
- plastic moment of resistance about the y-axis.
- Wplz Double
- plastic moment of resistance about the z-axis.
- Ipp Double
- primary torsion moment.
- Cw Double
- warping torsion constant.
- zm Double
- z-coordinate of the center of shear with respect to zs.