|
ModelBeamSetNodeInds Method (ListInt32)
|
Set the node indices of a beam or truss
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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:
ModelBeam[Missing <returns> documentation for "M:Karamba.Elements.ModelBeam.SetNodeInds(System.Collections.Generic.List{System.Int32})"]
See Also