Click or drag to resize

ModelMembraneutilization Method

return utilization of shell patch for given loadcase lc.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<double> utilization(
	Model model,
	int lc
)

Parameters

model
Type: Karamba.ModelsModel
model from which utilization shall be retrieved.
lc
Type: SystemInt32
load case for which utilization shall be retrieved.

Return Value

Type: ListDouble
list of utilization values: one for each face of the underlying mesh.
See Also