PoIntervalCellFilterAcceptCell Method |
See OIV.MeshViz.Nodes.PoCellFilter.AcceptCell(System.Int32, System.Single).
Namespace: OIV.MeshViz.NodesAssembly: 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
)
Public Overrides Function AcceptCell (
cell_index As Integer,
cell_value As Single
) As Boolean
public:
virtual bool AcceptCell(
int cell_index,
float cell_value
) override
abstract AcceptCell :
cell_index : int *
cell_value : float32 -> bool
override AcceptCell :
cell_index : int *
cell_value : float32 -> bool
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:
BooleanRemarks See Also