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

Note: This API is now obsolete.

Gets the array of node index that belongs to a given facet of this cell.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetNodesLocalIndexOfFacet(
	int facet,
	ArrayList nodes_index
)

Parameters

facet
Type: SystemInt32
nodes_index
Type: System.CollectionsArrayList
Remarks

facet must be >=0 and < getNumFacets(). each index is >=0 and < getNumNodes().

Obsolete since Open Inventor 8000.
See Also