ModelcreateFemBeam(Int32, ListInt32) Method

Creates a BuilderBeam and ModelBeam from beam index number: add CrossSection, Material and element load information.

Definition

Namespace: Karamba.Models
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ModelElementStraightLine createFemBeam(
	int ind,
	List<int> _node_inds
)

Parameters

ind  Int32
index of the beam.
_node_inds  ListInt32
node indexes of the beams start- and end-point.

Return Value

ModelElementStraightLine
The created ModelBeam.

See Also