Click or drag to resize

BeamDisplacementssolve Method (Model, ListString, ListGuid, String, ListDouble, ListListListVector3, ListListListVector3)

component for retrieving translational and rotational displacements on elements.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void solve(
	Model modelIn,
	List<string> retElemIds,
	List<Guid> retElemGuids,
	string retLcId,
	List<double> ts,
	out List<List<List<Vector3>>> trans,
	out List<List<List<Vector3>>> rot
)

Parameters

modelIn
Type: Karamba.ModelsModel
model from which to retrieve displacements/rotations.
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.
ts
Type: System.Collections.GenericListDouble
parameter values 0 smaller than t smaller than 1, where to retrieve results (on beams).
trans
Type: System.Collections.GenericListListListVector3
translational displacements: list-structure: load case, element, state.
rot
Type: System.Collections.GenericListListListVector3
rotational displacements: list-structure: load case, element, state.
See Also