Click or drag to resize

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

create new trapezoid. Lengths in cm;

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CroSec_Trapezoid(
	string family,
	string name,
	string country,
	Nullable<Color> color,
	FemMaterial material,
	double height,
	double lf_width,
	double uf_width
)

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
height
Type: SystemDouble
height (depth) of cross section [cm]
lf_width
Type: SystemDouble
width of lower side [cm]
uf_width
Type: SystemDouble
width of upper side [cm]
See Also