PbCellGetNodesLocalIndexOfEdge Method (Int32, ListInt32) |
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: 9.9.36.0 (9.9.36.0)
Syntaxpublic void GetNodesLocalIndexOfEdge(
int edge,
List<int> nodes_index
)
Public Sub GetNodesLocalIndexOfEdge (
edge As Integer,
nodes_index As List(Of Integer)
)
public:
void GetNodesLocalIndexOfEdge(
int edge,
List<int>^ nodes_index
)
member GetNodesLocalIndexOfEdge :
edge : int *
nodes_index : List<int> -> unit
Parameters
- edge
- Type: SystemInt32
- nodes_index
- Type: System.Collections.GenericListInt32
Remarks
See Also