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

Note: This API is now obsolete.

Gets the list of indices of cells that are adjacent (by a node) to cell_index.

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 GetAdjacentCellsIndByNode(
	int cell_index,
	ArrayList adjacent_cells
)

Parameters

cell_index
Type: SystemInt32
adjacent_cells
Type: System.CollectionsArrayList
Remarks

Two cells are adjacent by a node if they own at least one node of the mesh in common.

Obsolete since Open Inventor 8000.
See Also