Click or drag to resize

ModelcreateFemBeam Method (Int32, ListInt32)

create GrassBeam and ModelBeam from beam index number: add CrossSection, Material and element load information

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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
model beam
See Also