MiCellFilterIjkAcceptCell Method |
Checks if the cell is accepted.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntaxbool AcceptCell(
int i,
int j,
int k
)
Function AcceptCell (
i As Integer,
j As Integer,
k As Integer
) As Boolean
bool AcceptCell(
int i,
int j,
int k
)
abstract AcceptCell :
i : int *
j : int *
k : int -> bool
Parameters
- i
- Type: SystemInt32
i index of the cell - j
- Type: SystemInt32
j index of the cell - k
- Type: SystemInt32
k 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