|
CroSecFECroSecs 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)
Syntaxpublic abstract List<ElementCroSec> FECroSecs(
Model fe_model,
Model febmodel,
int family_id
)
Public MustOverride Function FECroSecs (
fe_model As Model,
febmodel As Model,
family_id As Integer
) As List(Of ElementCroSec)
public:
virtual List<ElementCroSec^>^ FECroSecs(
Model^ fe_model,
Model^ febmodel,
int family_id
) abstract
abstract FECroSecs :
fe_model : Model *
febmodel : Model *
family_id : int -> List<ElementCroSec>
Parameters
- fe_model
- Type: Karamba.ModelsModel
model to which the cross section belongs. - febmodel
- Type: Model
c++-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.FECroSecs(Karamba.Models.Model,feb.Model,System.Int32)"]
See Also