Click or drag to resize

FactoryCrossSectionShellConst Method

Create a shell cross section with uniform properties for all faces.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec_Shell ShellConst(
	double height = 20,
	double ecce_z = 0,
	FemMaterial material = null,
	string family = "",
	string name = "",
	string country = "",
	Nullable<Color> color = null
)

Parameters

height (Optional)
Type: SystemDouble
Shell thickness.
ecce_z (Optional)
Type: SystemDouble
Eccentricity in z-direction.
material (Optional)
Type: Karamba.MaterialsFemMaterial
Material.
family (Optional)
Type: SystemString
Cross section family name.
name (Optional)
Type: SystemString
Cross section name.
country (Optional)
Type: SystemString
Country of origin.
color (Optional)
Type: SystemNullableColor
Color of the cross section.

Return Value

Type: CroSec_Shell

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

See Also