PbMeshGetNodesOwnerCellsInd Method (IListInt32, IListInt32) |
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: 10.12.3.0 (10.12.3.0)
Syntax public void GetNodesOwnerCellsInd(
IList<int> nod_indices,
IList<int> owner_cells
)
Public Sub GetNodesOwnerCellsInd (
nod_indices As IList(Of Integer),
owner_cells As IList(Of Integer)
)
public:
void GetNodesOwnerCellsInd(
IList<int>^ nod_indices,
IList<int>^ owner_cells
)
member GetNodesOwnerCellsInd :
nod_indices : IList<int> *
owner_cells : IList<int> -> unit
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