Click or drag to resize
MiCellFilterIAcceptCell 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 cellIndex
)

Parameters

cellIndex
Type: SystemInt64
the index of the cell to be checked.

Return Value

Type: Boolean
true
if the cell is accepted
Remarks
Checks if the cell is accepted.

Accepted cells are used during the extraction process.

See Also