Click or drag to resize

ModelBeam Constructor

construct model-beam from a grass-beam and additional information collected in the assembly-process

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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