MiCellFilterIjAcceptCell Method |
Checks if the cell is accepted.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxbool AcceptCell(
long i,
long j
)
Function AcceptCell (
i As Long,
j As Long
) As Boolean
bool AcceptCell(
long long i,
long long j
)
abstract AcceptCell :
i : int64 *
j : int64 -> bool
Parameters
- i
- Type: SystemInt64
i index of the cell - j
- Type: SystemInt64
j index of the cell
Return Value
Type:
Boolean
if the cell is accepted.
Remarks
Checks if the cell is accepted.
Accepted cells are used to during the extraction process.
See Also