| PbCellGetNodesLocalIndexOfEdge Method (Int32, IListInt32) | 
Gets the array of 2 nodes index that belongs to a given edge of this cell. 
 
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void GetNodesLocalIndexOfEdge(
	int edge,
	IList<int> nodes_index
)
Public Sub GetNodesLocalIndexOfEdge ( 
	edge As Integer,
	nodes_index As IList(Of Integer)
)
public:
void GetNodesLocalIndexOfEdge(
	int edge, 
	IList<int>^ nodes_index
)
member GetNodesLocalIndexOfEdge : 
        edge : int * 
        nodes_index : IList<int> -> unit 
Parameters
- edge
 - Type: SystemInt32
 - nodes_index
 - Type: System.Collections.GenericIListInt32
 
Remarks
See Also