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: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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