|
ModelcreateFemBeam Method (Int32, ListInt32)
|
Creates a BuilderBeam and ModelBeam from beam index number:
add CrossSection, Material and element load information.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ModelBeam createFemBeam(
int ind,
List<int> _node_inds
)
Public Function createFemBeam (
ind As Integer,
_node_inds As List(Of Integer)
) As ModelBeam
public:
ModelBeam^ createFemBeam(
int ind,
List<int>^ _node_inds
)
member createFemBeam :
ind : int *
_node_inds : List<int> -> ModelBeam
Parameters
- ind
- Type: SystemInt32
index of the beam. - _node_inds
- Type: System.Collections.GenericListInt32
node indexes of the beams start- and end-point.
Return Value
Type:
ModelBeamThe created ModelBeam.
See Also