PbMeshGetAdjacentCellsIndByFacet Method (Int32, ArrayList) |
Note: This API is now obsolete.
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: 2025.1.0.0 (10.17.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetAdjacentCellsIndByFacet(
int cell_index,
ArrayList adjacent_cells
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetAdjacentCellsIndByFacet (
cell_index As Integer,
adjacent_cells As ArrayList
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetAdjacentCellsIndByFacet(
int cell_index,
ArrayList^ adjacent_cells
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetAdjacentCellsIndByFacet :
cell_index : int *
adjacent_cells : ArrayList -> unit
Parameters
- cell_index
- Type: SystemInt32
- adjacent_cells
- Type: System.CollectionsArrayList
RemarksTwo cells are adjacent by a facet if they own at least one facet of the mesh in common
Obsolete since Open Inventor 8000.
See Also