|
ModelElementSetNodeInds Method
|
set the node indexes of the element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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