Click or drag to resize

FactoryCrossSectionCircularHollow Method

create a CHS

Namespace:  KarambaCommon.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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

[Missing <returns> documentation for "M:KarambaCommon.Factories.FactoryCrossSection.CircularHollow(System.Double,System.Double,Karamba.Materials.FemMaterial,System.String,System.String,System.String,System.Nullable{System.Drawing.Color})"]

See Also