ModelcreateFemBeam(Int32, ListInt32) Method
Creates a BuilderBeam and ModelBeam from beam index number:
add CrossSection, Material and element load information.
Namespace: Karamba.ModelsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public ModelElementStraightLine createFemBeam(
int ind,
List<int> _node_inds
)
Public Function createFemBeam (
ind As Integer,
_node_inds As List(Of Integer)
) As ModelElementStraightLine
public:
ModelElementStraightLine^ createFemBeam(
int ind,
List<int>^ _node_inds
)
member createFemBeam :
ind : int *
_node_inds : List<int> -> ModelElementStraightLine
- ind Int32
- index of the beam.
- _node_inds ListInt32
- node indexes of the beams start- and end-point.
ModelElementStraightLineThe created ModelBeam.