CroSec_BoxcalculateProperties_EN10210 Method

Calculates the following cross section properties according to EN 10210-2: A, zs, Iyy, Izz, Wply, Wplz, Ipp, Cw.

Definition

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

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.

See Also