PbMeshGetAdjacentCellsIndByFacet Method (Int32, IListInt32) |
Gets the list of indices of cells that are adjacent (by a facet) to cell_index.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetAdjacentCellsIndByFacet(
int cell_index,
IList<int> adjacent_cells
)
Public Sub GetAdjacentCellsIndByFacet (
cell_index As Integer,
adjacent_cells As IList(Of Integer)
)
public:
void GetAdjacentCellsIndByFacet(
int cell_index,
IList<int>^ adjacent_cells
)
member GetAdjacentCellsIndByFacet :
cell_index : int *
adjacent_cells : IList<int> -> unit
Parameters
- cell_index
- Type: SystemInt32
- adjacent_cells
- Type: System.Collections.GenericIListInt32
Remarks Two cells are adjacent by a facet if they own at least one facet of the mesh in common
See Also