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

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: 9.9.13.0 (9.9.13.0)
Syntax
public void GetNodesOwnerCellsInd(
	List<int> nod_indices,
	List<int> owner_cells
)

Parameters

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