Click or drag to resize

ModelShelladdStressStrainMesh Method

[Missing <summary> documentation for "M:Karamba.Elements.ModelShell.addStressStrainMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model,System.Double,System.Collections.Generic.List{System.Double})"]

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

Parameters

meshes
Type: System.Collections.GenericListIMesh

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

model
Type: Karamba.ModelsModel

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

E
Type: SystemDouble

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

res_values
Type: System.Collections.GenericListDouble

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

See Also