PbMeshGetNodeOwnerCellsInd Method (Int32, IListInt32) |
Gets the list of indices of cells that own the node "nod_index".
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetNodeOwnerCellsInd(
int nod_index,
IList<int> owner_cells
)
Public Sub GetNodeOwnerCellsInd (
nod_index As Integer,
owner_cells As IList(Of Integer)
)
public:
void GetNodeOwnerCellsInd(
int nod_index,
IList<int>^ owner_cells
)
member GetNodeOwnerCellsInd :
nod_index : int *
owner_cells : IList<int> -> unit
Parameters
- nod_index
- Type: SystemInt32
- owner_cells
- Type: System.Collections.GenericIListInt32
Remarks See Also