Click or drag to resize

CroSec_BoxcalculateProperties_EN10210 Method

Calculate 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: 1.0.0.0 (1.0.0.0)
Syntax
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
Type: SystemDouble

[Missing <param name="B"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

H
Type: SystemDouble

[Missing <param name="H"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

T
Type: SystemDouble

[Missing <param name="T"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

ro
Type: SystemDouble

[Missing <param name="ro"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

ri
Type: SystemDouble

[Missing <param name="ri"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

zs
Type: SystemDouble

[Missing <param name="zs"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

A
Type: SystemDouble

[Missing <param name="A"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

Iyy
Type: SystemDouble

[Missing <param name="Iyy"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

Izz
Type: SystemDouble

[Missing <param name="Izz"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

Wply
Type: SystemDouble

[Missing <param name="Wply"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

Wplz
Type: SystemDouble

[Missing <param name="Wplz"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

Ipp
Type: SystemDouble

[Missing <param name="Ipp"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

Cw
Type: SystemDouble

[Missing <param name="Cw"/> documentation for "M:Karamba.CrossSections.CroSec_Box.calculateProperties_EN10210(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)"]

See Also