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

Note: This API is now obsolete.

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
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetNodesLocalIndexOfEdge(
	int edge,
	ArrayList nodes_index
)

Parameters

edge
Type: SystemInt32
nodes_index
Type: System.CollectionsArrayList
Remarks

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

Obsolete since Open Inventor 8000.
See Also