Click or drag to resize
PoIntervalCellFilterAcceptCell Method

See OIV.MeshViz.Nodes.PoCellFilter.AcceptCell(System.Int32, System.Single).

Namespace: OIV.MeshViz.Nodes
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.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