Click or drag to resize

ModelTrussaddResultantDispMesh Method

Plots mesh which is colored according to resultant deflection.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void addResultantDispMesh(
	List<IMesh> meshes,
	Model model,
	List<double> res_values
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
List of meshes to add to.
model
Type: Karamba.ModelsModel
Model that contains the mesh.
res_values
Type: System.Collections.GenericListDouble
List of result values for the mesh vertices.
See Also