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

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: 10.12.3.0 (10.12.3.0)
Syntax
public void GetNodesIndexOfEdge(
	int edge,
	IList<int> nodes_index
)

Parameters

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

(edge must be >=0 and < OIV.MeshViz.Data.PbCell.GetNumEdges())

See Also