Click or drag to resize
MiCellFilterIjkAcceptCell Method
Checks if the cell is accepted.

Namespace: OIV.MeshVizXLM.Mesh.Cell
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax
bool AcceptCell(
	int i,
	int j,
	int k
)

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
true
if the cell is accepted.
Remarks
Checks if the cell is accepted.

Accepted cells are used to during the extraction process.

See Also