|
CroSec_BoxcalculateProperties_General Method
|
calculates the properties of a box cross section.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected 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
- Type: SystemDouble
height. - Bl
- Type: SystemDouble
lower width. - Bu
- Type: SystemDouble
upper width. - Tw
- Type: SystemDouble
web thickness. - Tl
- Type: SystemDouble
lower flange thickness. - Tu
- Type: SystemDouble
upper flange thickness. - ri
- Type: SystemDouble
inner fillet radius. - ro
- Type: SystemDouble
outer fillet radius. - zs
- Type: SystemDouble
z-coordinate of center of gravity measured from top. - A
- Type: SystemDouble
cross section area. - Iyy
- Type: SystemDouble
moment of inertia about the y-axis (horizontal). - Izz
- Type: SystemDouble
moment of inertia about the z-axis. - Wply
- Type: SystemDouble
plastic moment of resistance about the y-axis. - Wplz
- Type: SystemDouble
plastic moment of resistance about the z-axis. - Ipp
- Type: SystemDouble
primary torsion moment. - Cw
- Type: SystemDouble
warping torsion constant. - zm
- Type: SystemDouble
z-coordinate of the center of shear with respect to zs.
See Also