ModelMembraneutilization Method

return utilization of shell patch for given loadcase lc.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public List<double> utilization(
	Model model,
	int lc
)

Parameters

model  Model
model from which utilization shall be retrieved.
lc  Int32
load case for which utilization shall be retrieved.

Return Value

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

See Also