|
ModelElementSetNodeInds Method
|
set the node indexes of the element.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void SetNodeInds(
IReadOnlyList<int> node_inds
)
Public Sub SetNodeInds (
node_inds As IReadOnlyList(Of Integer)
)
public:
void SetNodeInds(
IReadOnlyList<int>^ node_inds
)
member SetNodeInds :
node_inds : IReadOnlyList<int> -> unit
Parameters
- node_inds
- Type: System.Collections.GenericIReadOnlyListInt32
new node indexes.
See Also