Click or drag to resize

Utilization_Shellsolve Method

Retrieves the utilization of shells

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model,
	List<string> ret_elem_ids,
	int ret_lc_ind,
	out UtilizationResults_Shell model_util,
	out string msg
)

Parameters

model
Type: Karamba.ModelsModel
model with calculated displacements
ret_elem_ids
Type: System.Collections.GenericListString
list of identifiers of elements for which to retrieve results
ret_lc_ind
Type: SystemInt32
index of load-case for which to retrieve results. -1 means all load-cases
model_util
Type: Karamba.ResultsUtilizationResults_Shell
utilization of each element and intermediate values of the design calculation.
msg
Type: SystemString
contains warnings
See Also