|
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: 1.0.0.0 (1.0.0.0)
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
[Missing <param name="in_elems"/> documentation for "M:Karamba.Models.ModelBuilder.elementModifyCroSec(System.Collections.Generic.List{Karamba.Elements.BuilderElement})"]
See Also