|
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)
Syntaxpublic 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
- 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