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

Namespace: OIV.MeshVizXLM.Mesh.Cell
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
bool AcceptCell(
	long i,
	long j
)

Parameters

i
Type: SystemInt64
i index of the cell
j
Type: SystemInt64
j 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