Click or drag to resize

ModelElementaddUtilizationMesh 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 abstract void addUtilizationMesh(
	List<IMesh> meshes,
	Model model,
	List<double> util_vals
)

Parameters

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