Click or drag to resize

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: 2.2.0.4 (2.2.0.4)
Syntax
public Model syncKarambaModel(
	Model model,
	List<int> shells_inds
)

Parameters

model
Type: Karamba.ModelsModel
model to update.
shells_inds
Type: System.Collections.GenericListInt32
identifiers of shells to update.

Return Value

Type: Model
updated model.
See Also