Click or drag to resize

FactoryCrossSectionCircularHollow Method

Create a CHS.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec_Circle CircularHollow(
	double diameter = 11.43,
	double thickness = 0.4,
	FemMaterial material = null,
	string family = "RO",
	string name = "RO114.3/4",
	string country = "Germany",
	Nullable<Color> color = null
)

Parameters

diameter (Optional)
Type: SystemDouble
Outer diameter in centimeter.
thickness (Optional)
Type: SystemDouble
Wallthickness of the CHS in centimeter.
material (Optional)
Type: Karamba.MaterialsFemMaterial
Material of the cross section. If 'null' steel S235 is chosen.
family (Optional)
Type: SystemString
Family name of the cross section.
name (Optional)
Type: SystemString
Name of the cross section.
country (Optional)
Type: SystemString
Country of the cross section.
color (Optional)
Type: SystemNullableColor
Color of the cross section.

Return Value

Type: CroSec_Circle
Circular hollow cross section.
See Also