Click or drag to resize

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)
Syntax
public ModelBeam createFemBeam(
	int ind,
	List<int> _node_inds
)

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: ModelBeam
The created ModelBeam.
See Also