|
MeshFebBesosyncKarambaModel Method
|
use the C++-model to update the state of the C# model after a BESO procedure
Namespace:
Karamba.Algorithms.BESOShellProcedure
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Model syncKarambaModel(
Model model,
List<int> shells_inds
)
Public Function syncKarambaModel (
model As Model,
shells_inds As List(Of Integer)
) As Model
public:
Model^ syncKarambaModel(
Model^ model,
List<int>^ shells_inds
)
member syncKarambaModel :
model : Model *
shells_inds : List<int> -> Model
Parameters
- model
- Type: Karamba.ModelsModel
model to update - shells_inds
- Type: System.Collections.GenericListInt32
identifiers of shells to update
Return Value
Type:
Modelupdated model
See Also