Click or drag to resize
PoCellFilterAcceptCell Method

Returns true if the cell is accepted.

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

Parameters

cell_index
Type: SystemInt32

the index of the cell to be checked.

cell_value
Type: SystemSingle

the value of the cell to be checked. This value is an element of the scalar data set currently selected by the representation (see OIV.MeshViz.Data.PoMesh.valuesIndexForCellFilter).

Return Value

Type: Boolean
Remarks

Accepted cells are used to build a shape.

See Also