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