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

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: 2024.1.1.0 (2024.1.1)
Syntax
public void GetNodesLocalIndexOfEdge(
	int edge,
	IList<int> nodes_index
)

Parameters

edge
Type: SystemInt32
nodes_index
Type: System.Collections.GenericIListInt32
Remarks
See Also