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

Initializes a new instance of the CroSec_Box class. Create new box-cross-section. All dimensions are in cm;.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public CroSec_Box(
	string _family,
	string _type,
	string _country,
	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  String
family name of a cross section for grouping in e.g. cross section optimization.
_type  String
unique identifier within a family.
_country  String
country of origin.
_color  NullableColor
color of the cross section.
_material  FemMaterial
material to be used for the cross section or null.
_height  Double
height (depth) of cross section [cm].
_uf_width  Double
with of upper flange [cm].
_lf_width  Double
with of lower flange [cm].
_uf_thick  Double
thickness of upper flange [cm].
_lf_thick  Double
thickness of lower flange [cm].
_w_thick  Double
thickness of web [cm].
_r_fillet  Double
outer fillet radius for edges [cm].
_r1_fillet  Double  (Optional)
inner fillet radius for edges [cm], if negative it is determined.

See Also