|
ModelMembraneaddStressStrainMesh Method
|
Construct a mesh with coloring according to the given result-values and add it to the given list of meshes.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void addStressStrainMesh(
List<IMesh> meshes,
Model model,
double E,
List<double> res_values
)
Protected Sub addStressStrainMesh (
meshes As List(Of IMesh),
model As Model,
E As Double,
res_values As List(Of Double)
)
protected:
void addStressStrainMesh(
List<IMesh^>^ meshes,
Model^ model,
double E,
List<double>^ res_values
)
member addStressStrainMesh :
meshes : List<IMesh> *
model : Model *
E : float *
res_values : List<float> -> unit
Parameters
- meshes
- Type: System.Collections.GenericListIMesh
List of meshes where to add the resulting mesh. - model
- Type: Karamba.ModelsModel
Model from where to retrieve the mesh. - E
- Type: SystemDouble
Young's Modulus. - res_values
- Type: System.Collections.GenericListDouble
Result-values at the mesh vertices.
See Also