|
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)
Syntaxpublic List<double> utilization(
Model model,
int lc
)
Public Function utilization (
model As Model,
lc As Integer
) As List(Of Double)
public:
List<double>^ utilization(
Model^ model,
int lc
)
member utilization :
model : Model *
lc : int -> List<float>
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:
ListDoublelist of utilization values: one for each face of the underlying mesh.
See Also