ModelMembraneutilization Method
return utilization of shell patch for given loadcase lc.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public 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>
- model Model
- model from which utilization shall be retrieved.
- lc Int32
- load case for which utilization shall be retrieved.
ListDoublelist of utilization values: one for each face of the underlying mesh.