PoMeshvaluesIndexForCellFilter Property |
Specifies the index of the set of values used to filter cells for this mesh representation.
Namespace: OIV.MeshViz.Data
The value of the cell is checked as follows:
If OIV.MeshViz.Nodes.PoCellFilter.AcceptCell(System.Int32, System.Single)(id,(OIV.MeshViz.Data.PoMesh.GetMesh()->getValuesSet(valuesIndexForCellFilter))[id]) returns false, the cell is not taken into account by this representation. (id is the index of the cell to be checked.)
Warning: The values of the selected data set must be located at cells (see PoMeshProperty.addValuesSet(int,DataBinding,float *), use DataBinding.PER_CELL).