Click or drag to resize

CroSec_Shell Constructor (String, String, String, NullableColor, ListFemMaterial, ListDouble, ListDouble)

create shell cross section and calculate its mechanical properties

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CroSec_Shell(
	string _family,
	string _name,
	string _country,
	Nullable<Color> _color,
	List<FemMaterial> _materials,
	List<double> _ecce_z,
	List<double> _elem_heights
)

Parameters

_family
Type: SystemString
family name of a cross section for grouping in e.g. cross section optimization
_name
Type: SystemString
unique identifier within a family
_country
Type: SystemString
country of origin
_color
Type: SystemNullableColor
color of the cross section
_materials
Type: System.Collections.GenericListFemMaterial
list of references of materials to be used for the cross section or null. The first material is the base material
_ecce_z
Type: System.Collections.GenericListDouble
list of eccentricities in z-direction
_elem_heights
Type: System.Collections.GenericListDouble
list of heights of individual elements. The last entry is the default height
See Also