Click or drag to resize

ShellLayer Constructor (Double, Double, FemMaterial, Double, Boolean)

Initializes a new instance of the ShellLayer class. create a shell layer.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ShellLayer(
	double _height = -1,
	double _eccent = 0,
	FemMaterial _material = null,
	double _direct = 0,
	bool _bending = true
)

Parameters

_height (Optional)
Type: SystemDouble
thickness of the layer.
_eccent (Optional)
Type: SystemDouble
eccentricity of the layer.
_material (Optional)
Type: Karamba.MaterialsFemMaterial
material of the layer.
_direct (Optional)
Type: SystemDouble
angle between local x-axis and reinforcement direction [rad].
_bending (Optional)
Type: SystemBoolean
true if the layer has a thickness i.e. bending stiffness on its own.
See Also