CroSecFECroSecs(Model, Model) Method

Create list of fe-cross-sections with default family-index 0.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public List<ElementCroSec> FECroSecs(
	Model model,
	Model febmodel
)

Parameters

model  Model
Model to which the cross section belongs.
febmodel  Model
C++-model to which the cross section belongs.

Return Value

ListElementCroSec
List of feb cross sections that are not owned by C#.

See Also