Click or drag to resize

CroSecFECroSecDefault Method

Create 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 virtual ElementCroSec FECroSecDefault(
	Model model,
	Model fe_model,
	int family_id
)

Parameters

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

Return Value

Type: ElementCroSec

[Missing <returns> documentation for "M:Karamba.CrossSections.CroSec.FECroSecDefault(Karamba.Models.Model,feb.Model,System.Int32)"]

See Also