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

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
public void GetNodesOwnerCellsInd(
	IList<int> nod_indices,
	IList<int> owner_cells
)

Parameters

nod_indices
Type: System.Collections.GenericIListInt32
owner_cells
Type: System.Collections.GenericIListInt32
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.

See Also