Click or drag to resize

ModelShellutilization Method

return utilization of shell patch for given loadcase lc

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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