Hi, guys.
I am developing a numerical simulation algorithm.
The elements in it is not grid mesh, but distinct elements ( each element use a poly data).
With some big cases, there will be many elements.
And I want to toggle visibilities of each element.
I am now outputing data to disk by format PVD together with VTP.
The visualization works great, but I cannot toggle visibilties of each element.
Then, could anyone give me a hint ?
For example, what format I should output to support toggling visibilities of each element.
Or, paraview already support this, Where could I found it?
One option, if I am understanding this correctly, is to use a VTM instead of PVD. That way, you can make each polydata a separate block. Then you can use the Multiblock Inspector to toggle individual blocks.
ERROR: In e:\bbd\ecd3383f\build\superbuild\paraview\src\VTK\IO\XML\vtkXMLMultiBlockDataReader.cxx, line 317 vtkXMLMultiBlockDataReader (0000025809FB1DA0): Syntax error in file.
Oh, My fault.
I changed to DataSet,it works !!!
But Another problem appears. Every time I select an element from “Multi-Block Inspector”, all elements will be colored once. The snapshot.