PbCellGetNodesIndex Method (ListInt32) |
Gets the array of index mesh's nodes that belongs to this cell.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetNodesIndex(
List<int> nodes_index
)
Public Sub GetNodesIndex (
nodes_index As List(Of Integer)
)
public:
void GetNodesIndex(
List<int>^ nodes_index
)
member GetNodesIndex :
nodes_index : List<int> -> unit
Parameters
- nodes_index
- Type: System.Collections.GenericListInt32
Remarks
See Also