|
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)
Syntaxpublic static void solve(
Model model,
List<string> retElemIds,
List<Guid> retElemGuids,
string retLcId,
out UtilizationResults_Shell modelUtil,
out string msg
)
Public Shared Sub solve (
model As Model,
retElemIds As List(Of String),
retElemGuids As List(Of Guid),
retLcId As String,
<OutAttribute> ByRef modelUtil As UtilizationResults_Shell,
<OutAttribute> ByRef msg As String
)
public:
static void solve(
Model^ model,
List<String^>^ retElemIds,
List<Guid>^ retElemGuids,
String^ retLcId,
[OutAttribute] UtilizationResults_Shell^% modelUtil,
[OutAttribute] String^% msg
)
static member solve :
model : Model *
retElemIds : List<string> *
retElemGuids : List<Guid> *
retLcId : string *
modelUtil : UtilizationResults_Shell byref *
msg : string byref -> unit
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