Click or drag to resize

NodalDispsolve Method

retrieve nodal displacements

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model,
	int lc_ind,
	out List<Vector3> trans,
	out List<Vector3> rotat
)

Parameters

model
Type: Karamba.ModelsModel
Model with calculated displacements
lc_ind
Type: SystemInt32
index of load-case for which to retrieve the nodal displacements.
trans
Type: System.Collections.GenericListVector3
nodal translations.
rotat
Type: System.Collections.GenericListVector3
nodal rotations.
See Also