Click or drag to resize

NodalDisp_Deprecated_1Solve 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,
	out List<List<Vector3>> trans,
	out List<List<Vector3>> rotat
)

Parameters

model
Type: Karamba.ModelsModel
Model with calculated displacements
trans
Type: System.Collections.GenericListListVector3
nodal translations. List structure: loadcase/node
rotat
Type: System.Collections.GenericListListVector3
nodal rotations. List structure: loadcase/node
See Also