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

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

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

Parameters

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

(edge must be >=0 and < getNumEdges())

See Also