Click or drag to resize
PoIntervalCellFilterAcceptCell Method

See PoCellFilter.acceptCell().

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override bool AcceptCell(
	int cell_index,
	float cell_value
)

Parameters

cell_index
Type: SystemInt32

The cell index is ignored by this filter as it checks only the value of the cell.

cell_value
Type: SystemSingle

the value of this cell.

Return Value

Type: Boolean
Remarks

See Also