|
ModelTruss Constructor (Int32, BuilderBeam, IReadOnlyListInt32, ListNode)
|
Initializes a new instance of the
ModelTruss class.
construct truss from a beam builder.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ModelTruss(
int ind,
BuilderBeam builder_beam,
IReadOnlyList<int> node_inds,
List<Node> nodes
)
Public Sub New (
ind As Integer,
builder_beam As BuilderBeam,
node_inds As IReadOnlyList(Of Integer),
nodes As List(Of Node)
)
public:
ModelTruss(
int ind,
BuilderBeam^ builder_beam,
IReadOnlyList<int>^ node_inds,
List<Node^>^ nodes
)
new :
ind : int *
builder_beam : BuilderBeam *
node_inds : IReadOnlyList<int> *
nodes : List<Node> -> ModelTrussParameters
- ind
- Type: SystemInt32
index of the truss. - builder_beam
- Type: Karamba.ElementsBuilderBeam
builder for a straight-line element. - node_inds
- Type: System.Collections.GenericIReadOnlyListInt32
node indexes of the element's end-points. - nodes
- Type: System.Collections.GenericListNode
all nodes of the model.
See Also