Click or drag to resize

ModelBuilderelementModifyCroSec Method

Modifies cross sections based on element data. New cross sections are added to the end of the cross sections list.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void elementModifyCroSec(
	List<BuilderElement> in_elems
)

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement
List of all elements.
See Also