Click or drag to resize

RCOptiElementsbuild Method

build the cross section optimization elements. Return the number of elements with invalid cross sections

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int build(
	Model febmodel,
	ElementsGroupedByClass elem_grps,
	double util_target,
	double gamma_mc,
	double gamma_ms
)

Parameters

febmodel
Type: Model
feb-model which is optimized
elem_grps
Type: Karamba.AlgorithmsElementsGroupedByClass
object containing all element groups
util_target
Type: SystemDouble
target utilization of the cross sections
gamma_mc
Type: SystemDouble
partial safety factor for the concrete
gamma_ms
Type: SystemDouble
partial safety factor for the reinforcement steel

Return Value

Type: Int32

[Missing <returns> documentation for "M:Karamba.Algorithms.RCOptiElements.build(feb.Model,Karamba.Algorithms.ElementsGroupedByClass,System.Double,System.Double,System.Double)"]

See Also