Click or drag to resize

FemMaterialE Method

Young's Modulus [kN/cm2] in the specified direction.

Namespace:  Karamba.Materials
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract double E(
	int i = 0
)

Parameters

i (Optional)
Type: SystemInt32
index of direction (0/1 = x/y) for which to return E.

Return Value

Type: Double
return Young's Modulus [kN/cm2] in the specified direction.
See Also