CroSecFECroSecs(Model, Model, Int32) Method

Create FE-cross-sections.

Definition

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

Parameters

model  Model
model to which the cross section belongs.
febmodel  Model
c++-model to which the cross section belongs.
family_id  Int32
index of the family to which the cross sections belong.

Return Value

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

See Also