Click or drag to resize

ModelShelladdUtilizationMesh Method

add faces with strain colors of a beam to existing mesh

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

Parameters

meshes
Type: System.Collections.GenericListIMesh

[Missing <param name="meshes"/> documentation for "M:Karamba.Elements.ModelShell.addUtilizationMesh(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.ModelShell.addUtilizationMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model,System.Collections.Generic.List{System.Double})"]

strains
Type: System.Collections.GenericListDouble

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

See Also