|
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)
Syntaxprotected void elementModifyCroSec(
List<BuilderElement> in_elems
)
Protected Sub elementModifyCroSec (
in_elems As List(Of BuilderElement)
)
protected:
void elementModifyCroSec(
List<BuilderElement^>^ in_elems
)
member elementModifyCroSec :
in_elems : List<BuilderElement> -> unit
Parameters
- in_elems
- Type: System.Collections.GenericListBuilderElement
List of all elements.
See Also