Click or drag to resize
PbMeshGetNodesOwnerCellsInd Method (ArrayList, ArrayList)

Note: This API is now obsolete.

Gets the list of indices of cells that own the list of nodes "nod_indices".

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 GetNodesOwnerCellsInd(
	ArrayList nod_indices,
	ArrayList owner_cells
)

Parameters

nod_indices
Type: System.CollectionsArrayList
owner_cells
Type: System.CollectionsArrayList
Remarks

"nod_indices" can be the list of indices of a facet, an edge... For example, if "nod_indices" contains the 2 indices of the edge's nodes, getNodesOwnerCellsInd returns the list of cell's that own this edge.

Obsolete since Open Inventor 8000.
See Also