Click or drag to resize

ModelBeam Constructor (Int32, BuilderBeam, IReadOnlyListInt32, ListNode)

Initializes a new instance of the ModelBeam class. construct model-beam from a grass-beam and additional information collected in the assembly-process.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ModelBeam(
	int ind,
	BuilderBeam other,
	IReadOnlyList<int> node_inds,
	List<Node> vertices
)

Parameters

ind
Type: SystemInt32
zero based index of the new element in the model.
other
Type: Karamba.ElementsBuilderBeam
grass beam from which model-beam is derived.
node_inds
Type: System.Collections.GenericIReadOnlyListInt32
indexes of nodes of the beam.
vertices
Type: System.Collections.GenericListNode
positions of vertices of the beam.
See Also