Click or drag to resize

CroSec_Shell Constructor (String, String, String, NullableColor, ListCroSec_Shell_ElemData)

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<CroSec_Shell_ElemData> _elem_data
)

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
_elem_data
Type: System.Collections.GenericListCroSec_Shell_ElemData
list of element data. The last entry is the default
See Also