Re: [Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread Zhanping Liu
Manuel: If you go to the very beginning (the first paragraph) of page 483 of the EnSight manual ( http://vis.lbl.gov/NERSC/Software/ensight/docs82/UserManual.pdf), you will find out that the EnSight Gold format (unlike EnSight6) adopts the block-based point indexing scheme as VTK employs.

Re: [Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread Zhanping Liu
Manuel: Now I understand your question. This question was raised before by another user. It involves the choice of storing the points either on a global basis (based on the whole multi-block datatset) or on a local (per-block) basis (the one currently adopted by VTK for vtkMultiBlockDataSet).

Re: [Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread Manuel González
Zhanping: I send attached a minimal Ensight Gold dataset in ASCII format: - case file. - geometry file. - snapshot of the result I get. - state file after capturing the snapshot. As you can see in the snapshot, the problem is that Paraview displays "0" and "1" as node labels, instead of the ori

Re: [Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread Zhanping Liu
Hi Manuel: It works fine on my side (CVS head + WinXP + VS90) with a sample dataset (see the attached snapshot). Can you send me your dataset (if possible the state file)? Thanks. -Zhanping 2010/4/20 Manuel González > No, the only option available in the Label Mode drop menu is "P

Re: [Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread Manuel González
No, the only option available in the Label Mode drop menu is "Point IDs" Any other suggestions? BTW: I am using Paraview 3.8.0-RC1 64 bits for Windows. Manuel Gonzalez David E DeMarle wrote: > You can choose from any of the arrays in the data to make > selection labels, ParaView uses the vtk i

Re: [Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread David E DeMarle
You can choose from any of the arrays in the data to make selection labels, ParaView uses the vtk index by default. Is the ensight node ID array not available under the Label Mode drop down menu? David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-3

[Paraview] Display given node IDs from Ensight Gold file

2010-04-20 Thread Manuel González
I would like to display the given node IDs in an Ensight Gold geometry file. I tried it with the Selection Inspector ( > Display Style > Point Label: visible (Label mode = "Point IDs"), but then Paraview displays numbers starting from 0, not the numbers given as node IDs in the geometry file. For