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