Click or drag to resize

CroSecFamiliesbuild Method

Build a cross section family based on a list of cross sections

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void build(
	IReadOnlyList<CroSec> in_crosecs,
	bool bisection_search
)

Parameters

in_crosecs
Type: System.Collections.GenericIReadOnlyListCroSec
list of cross sections to form the family
bisection_search
Type: SystemBoolean
when 'true' the cross section family is searched for viable cross sections using a bisection search during optimization
See Also