Click or drag to resize

ModelTrussaddResultantDispMesh Method

plot mesh which is colored according to resultant deflection

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

Parameters

meshes
Type: System.Collections.GenericListIMesh

[Missing <param name="meshes"/> documentation for "M:Karamba.Elements.ModelTruss.addResultantDispMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model,System.Collections.Generic.List{System.Double})"]

model
Type: Karamba.ModelsModel

[Missing <param name="model"/> documentation for "M:Karamba.Elements.ModelTruss.addResultantDispMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model,System.Collections.Generic.List{System.Double})"]

res_values
Type: System.Collections.GenericListDouble

[Missing <param name="res_values"/> documentation for "M:Karamba.Elements.ModelTruss.addResultantDispMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model,System.Collections.Generic.List{System.Double})"]

See Also