Click or drag to resize

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

Initializes a new instance of the CroSec_Circle class. Create circular hollow beam cross section.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec_Circle(
	string _family,
	string _name,
	string _country,
	Nullable<Color> _color,
	FemMaterial material,
	double __height,
	double _thick
)

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
diameter of the circular hollow cross section.
_thick
Type: SystemDouble
wall thicknes of the circular hollow cross section.
See Also