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

Note: This API is now obsolete.

Gets the array of index mesh's nodes 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
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNodesIndexOfFacet(
	int facet,
	ArrayList nodes_index
)

Parameters

facet
Type: SystemInt32
nodes_index
Type: System.CollectionsArrayList
Remarks

(facet must be >=0 and < getNumFacets()).

Obsolete since Open Inventor 8000.
See Also