Click or drag to resize

ModelElementStraightLineaddUtilizationMesh Method

enrich the given mesh with utilization data of this element.

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

Parameters

meshes
Type: System.Collections.GenericListIMesh
mesh to be enriched.
model
Type: Karamba.ModelsModel
model to which this element belongs.
strains
Type: System.Collections.GenericListDouble

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

See Also