PbMeshGetNodesOwnerCellsInd Method (ListInt32, ListInt32) |
Gets the list of indices of cells that own the list of nodes "nod_indices".
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetNodesOwnerCellsInd(
List<int> nod_indices,
List<int> owner_cells
)
Public Sub GetNodesOwnerCellsInd (
nod_indices As List(Of Integer),
owner_cells As List(Of Integer)
)
public:
void GetNodesOwnerCellsInd(
List<int>^ nod_indices,
List<int>^ owner_cells
)
member GetNodesOwnerCellsInd :
nod_indices : List<int> *
owner_cells : List<int> -> unit
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