|
ModelBeamSetNodeInds Method (ListInt32)
|
Set the node indices of a beam or truss.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ModelBeam SetNodeInds(
List<int> node_inds
)
Public Function SetNodeInds (
node_inds As List(Of Integer)
) As ModelBeam
public:
ModelBeam^ SetNodeInds(
List<int>^ node_inds
)
member SetNodeInds :
node_inds : List<int> -> ModelBeam
Parameters
- node_inds
- Type: System.Collections.GenericListInt32
list of new node indices.
Return Value
Type:
ModelBeamNew ModelBeam with node-indexes changed.
See Also