Click or drag to resize

ModelElementStraightLineaddStressMesh Method

enrich the given mesh with stress data of this element

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

Parameters

meshes
Type: System.Collections.GenericListIMesh
mesh to be enriched
model
Type: Karamba.ModelsModel
model to which this element belongs
stresses
Type: System.Collections.GenericListDouble
list of stress values. Each value corresponds to a mesh vertex. Values and vertices have the same order
See Also