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.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public ModelBeam(
int ind,
BuilderBeam other,
IReadOnlyList<int> node_inds,
List<Node> vertices
)
Public Sub New (
ind As Integer,
other As BuilderBeam,
node_inds As IReadOnlyList(Of Integer),
vertices As List(Of Node)
)
public:
ModelBeam(
int ind,
BuilderBeam^ other,
IReadOnlyList<int>^ node_inds,
List<Node^>^ vertices
)
new :
ind : int *
other : BuilderBeam *
node_inds : IReadOnlyList<int> *
vertices : List<Node> -> ModelBeam
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.