Click or drag to resize

CroSec_I Constructor (String, String, String, NullableColor, FemMaterial)

Initializes a new instance of the CroSec_I class. create a cross section with given name, family and country without default properties.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec_I(
	string _family,
	string _name,
	string _country,
	Nullable<Color> _color,
	FemMaterial _material
)

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.
_material
Type: Karamba.MaterialsFemMaterial
material to be used for the cross section or null.
See Also