Click or drag to resize

FactoryCrossSectionBox Method

Create new box-cross-section. All dimensions are in cm;.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec_Box Box(
	double height = 10,
	double uf_width = 5,
	double lf_width = 5,
	double uf_thick = 0.4,
	double lf_thick = 0.4,
	double w_thick = 0.4,
	double r_fillet = 0.006,
	double r1_fillet = -1,
	FemMaterial material = null,
	string family = "RO",
	string name = "RO114.3/4",
	string country = "Germany",
	Nullable<Color> color = null
)

Parameters

height (Optional)
Type: SystemDouble
height (depth) of cross section [cm].
uf_width (Optional)
Type: SystemDouble
with of upper flange [cm].
lf_width (Optional)
Type: SystemDouble
with of lower flange [cm].
uf_thick (Optional)
Type: SystemDouble
thickness of upper flange [cm].
lf_thick (Optional)
Type: SystemDouble
thickness of lower flange [cm].
w_thick (Optional)
Type: SystemDouble
thickness of web [cm].
r_fillet (Optional)
Type: SystemDouble
outer fillet radius for edges [cm].
r1_fillet (Optional)
Type: SystemDouble
inner fillet radius for edges [cm], if negative it is determined.
material (Optional)
Type: Karamba.MaterialsFemMaterial
material to be used for the cross section or null.
family (Optional)
Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization.
name (Optional)
Type: SystemString
unique identifier within a family.
country (Optional)
Type: SystemString
country of origin.
color (Optional)
Type: SystemNullableColor
color of the cross section.

Return Value

Type: CroSec_Box

[Missing <returns> documentation for "M:Karamba.Factories.FactoryCrossSection.Box(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,System.Double,Karamba.Materials.FemMaterial,System.String,System.String,System.String,System.Nullable{System.Drawing.Color})"]

See Also