Click or drag to resize

CroSec_CircleFECroSecs Method (Model, Model, Int32)

Create FE-cross-sections.

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

Parameters

model
Type: Karamba.ModelsModel

[Missing <param name="model"/> documentation for "M:Karamba.CrossSections.CroSec_Circle.FECroSecs(Karamba.Models.Model,feb.Model,System.Int32)"]

fe_model
Type: Model
model to which the cross section belongs.
family_id
Type: SystemInt32
index of the family to which the cross sections belong.

Return Value

Type: ListElementCroSec

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

See Also