Click or drag to resize
PoMeshvaluesIndexForCellFilter Property

Specifies the index of the set of values used to filter cells for this mesh representation.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFInt32 valuesIndexForCellFilter { get; }

Property Value

Type: SoSFInt32
Remarks

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).

See Also