Click or drag to resize
PbCellGetNodesLocalIndexOfEdge Method (Int32, ListInt32)

Gets the array of 2 nodes index that belongs to a given edge of this cell.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void GetNodesLocalIndexOfEdge(
	int edge,
	List<int> nodes_index
)

Parameters

edge
Type: SystemInt32
nodes_index
Type: System.Collections.GenericListInt32
Remarks

edge must be >=0 and < getNumEdges(). each index is >=0 and < getNumNodes()

See Also