CroSec_BoxcalculateProperties_General Method

calculates the properties of a box cross section.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
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
)

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.

See Also