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

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

Definition

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

Parameters

_height  Double  (Optional)
thickness of the layer.
_eccent  Double  (Optional)
eccentricity of the layer.
_material  FemMaterial  (Optional)
material of the layer.
_direct  Double  (Optional)
angle between local x-axis and reinforcement direction [rad].
_bending  Boolean  (Optional)
true if the layer has a thickness i.e. bending stiffness on its own.

See Also