Click or drag to resize

CSOptiElementsbuild Method

build the cross section optimization elements

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void build(
	Model febmodel,
	ElementsGroupedByClass elem_grps,
	Dictionary<string, UtilChecker> util_checkers,
	CroSecFamilies cs_families,
	double util_target
)

Parameters

febmodel
Type: Model
feb-model which is optimized
elem_grps
Type: Karamba.AlgorithmsElementsGroupedByClass
object containing all element groups
util_checkers
Type: System.Collections.GenericDictionaryString, UtilChecker
dictionary of objects for calculating the utilization of an element
cs_families
Type: Karamba.AlgorithmsCroSecFamilies
object containing all cross section families
util_target
Type: SystemDouble
target utilization of the cross sections
See Also