Click or drag to resize

Utilization_Shellsolve Method (Model, ListString, ListGuid, String, UtilizationResults_Shell, String)

Retrieves the utilization of shells.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void solve(
	Model model,
	List<string> retElemIds,
	List<Guid> retElemGuids,
	string retLcId,
	out UtilizationResults_Shell modelUtil,
	out string msg
)

Parameters

model
Type: Karamba.ModelsModel
model with calculated displacements.
retElemIds
Type: System.Collections.GenericListString
list of identifiers of elements for which to retrieve results.
retElemGuids
Type: System.Collections.GenericListGuid
list of guids of elements for which to retrieve results.
retLcId
Type: SystemString
name of load-case for which to retrieve results. -1 means all load-cases.
modelUtil
Type: Karamba.ResultsUtilizationResults_Shell
utilization of each element and intermediate values of the design calculation.
msg
Type: SystemString
contains warnings.
See Also