UtilsaddElemIDsToCroSecs Method
add element identifiers to a list of cross sections
if the number of cross sections is smaller than the list of element identifiers then the remaining
identifiers are all added to the last cross section
in case that there are more cross sections than identifiers the list of identifiers is blown up.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static void addElemIDsToCroSecs(
List<CroSec> crosecs,
List<string> elem_ids
)
Public Shared Sub addElemIDsToCroSecs (
crosecs As List(Of CroSec),
elem_ids As List(Of String)
)
public:
static void addElemIDsToCroSecs(
List<CroSec^>^ crosecs,
List<String^>^ elem_ids
)
static member addElemIDsToCroSecs :
crosecs : List<CroSec> *
elem_ids : List<string> -> unit
Parameters
- crosecs ListCroSec
- cross sections to be given element identifiers.
- elem_ids ListString
- element identifiers.