MiCellFilterIAcceptCell 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 cellIndex
)
Function AcceptCell (
cellIndex As Long
) As Boolean
bool AcceptCell(
long long cellIndex
)
abstract AcceptCell :
cellIndex : int64 -> bool
Parameters
- cellIndex
- Type: SystemInt64
the index of the cell to be checked.
Return Value
Type:
Boolean
if the cell is accepted
Remarks
Checks if the cell is accepted.
Accepted cells are used during the extraction process.
See Also