CroSecFECroSecs(Model, Model, Int32) Method
Create FE-cross-sections.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public abstract List<ElementCroSec> FECroSecs(
Model model,
Model febmodel,
int family_id
)
Public MustOverride Function FECroSecs (
model As Model,
febmodel As Model,
family_id As Integer
) As List(Of ElementCroSec)
public:
virtual List<ElementCroSec^>^ FECroSecs(
Model^ model,
Model^ febmodel,
int family_id
) abstract
abstract FECroSecs :
model : Model *
febmodel : Model *
family_id : int -> List<ElementCroSec>
- 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.
ListElementCroSecList of feb cross sections which are not owned by C#.