ModelBeam(Int32, BuilderBeam, IReadOnlyListInt32, ListNode) Constructor

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

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ModelBeam(
	int ind,
	BuilderBeam other,
	IReadOnlyList<int> node_inds,
	List<Node> vertices
)

Parameters

ind  Int32
zero based index of the new element in the model.
other  BuilderBeam
grass beam from which model-beam is derived.
node_inds  IReadOnlyListInt32
indexes of nodes of the beam.
vertices  ListNode
positions of vertices of the beam.

See Also