|
ModelElementaddStrainMesh Method
|
enrich the given mesh with strain data of this element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic abstract void addStrainMesh(
List<IMesh> meshes,
Model model,
List<double> strains
)
Public MustOverride Sub addStrainMesh (
meshes As List(Of IMesh),
model As Model,
strains As List(Of Double)
)
public:
virtual void addStrainMesh(
List<IMesh^>^ meshes,
Model^ model,
List<double>^ strains
) abstract
abstract addStrainMesh :
meshes : List<IMesh> *
model : Model *
strains : List<float> -> unit
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
list of strain values. Each value corresponds to a mesh vertex.
Values and vertices have the same order
See Also