Click or drag to resize

CSOptiElementsupdate Method

update the cross sections of a model according to the information in the optimization element

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void update(
	Model model,
	IReadOnlyList<CroSec> crosecs
)

Parameters

model
Type: Karamba.ModelsModel
model to be updated
crosecs
Type: System.Collections.GenericIReadOnlyListCroSec
given list of cross sections
See Also