Click or drag to resize

BeamForcessolve Method (Model, ListString, String, Double, Int32, ListListListListDouble)

retrieve section forces along all elements.

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,
	string retLcId,
	double maxResDist,
	int maxResNum,
	out List<List<List<List<double>>>> modelState
)

Parameters

model
Type: Karamba.ModelsModel
model with calculated displacements.
retElemIds
Type: System.Collections.GenericListString
list of identifiers of elements for which to retrieve results.
retLcId
Type: SystemString
index of load-case for which to retrieve results. -1 means all load-cases.
maxResDist
Type: SystemDouble
maximum distance between points where section forces are determined.
maxResNum
Type: SystemInt32
maximum number of points where section forces are determined. Can be overruled by max_res_dist.
modelState
Type: System.Collections.GenericListListListListDouble
state of section forces in the model. List-structure: load-case/element/point/force-components.
See Also