Click or drag to resize

CroSec_ShellFECroSecDefault Method

Creates a FE-cross-sections from default cross section.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override ElementCroSec FECroSecDefault(
	Model model,
	Model fe_model,
	int family_id
)

Parameters

model
Type: Karamba.ModelsModel
Model the cross section belongs to.
fe_model
Type: Model
C++-model to which the cross section belongs.
family_id
Type: SystemInt32
Index-number of the family.

Return Value

Type: ElementCroSec
FE cross section.
See Also