Click or drag to resize

CroSec_Box Constructor (String, String, String, NullableColor, FemMaterial, Double, Double, Double, Double, Double, Double, Double, Double)

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

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CroSec_Box(
	string _family,
	string _type,
	string _country,
	Nullable<Color> _color,
	FemMaterial _material,
	double _height,
	double _uf_width,
	double _lf_width,
	double _uf_thick,
	double _lf_thick,
	double _w_thick,
	double _r_fillet,
	double _r1_fillet = -1
)

Parameters

_family
Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization
_type
Type: SystemString
unique identifier within a family
_country
Type: SystemString
country of origin
_color
Type: SystemNullableColor
color of the cross section
_material
Type: Karamba.MaterialsFemMaterial
material to be used for the cross section or null
_height
Type: SystemDouble
height (depth) of cross section [cm]
_uf_width
Type: SystemDouble
with of upper flange [cm]
_lf_width
Type: SystemDouble
with of lower flange [cm]
_uf_thick
Type: SystemDouble
thickness of upper flange [cm]
_lf_thick
Type: SystemDouble
thickness of lower flange [cm]
_w_thick
Type: SystemDouble
thickness of web [cm]
_r_fillet
Type: SystemDouble
outer fillet radius for edges [cm]
_r1_fillet (Optional)
Type: SystemDouble
inner fillet radius for edges [cm], if negative it is determined
See Also