glance
glance copied to clipboard
Modify color range when using vtp file
Hi all,
I am trying to use paraview glance to render some vtp files where flow variables are included ( turbulent intensity, wind speed). My original idea was to use vtk files but it seems like neither vtk.js nor glande can manage the complete information included in a vtk file obtained with OpenFoam. I would like to use a complete local web app without server because it is not know the number of users that can use the service at the same time. I have converted vtk to vtp using paraview and I can load the vtp file but: How can I modify the color range? How can I plot the color legend?
With visualizer, I can load vtk files directly but the server capabilities (GPU, RAM) could be a problem for maybe, 20 users. Thank you very much for so great developments and support.
Those two features are not yet implemented and would require so add-on on the UI side.
How can I contact with someone to develop this?
We will take a look at what is required and give you a time/cost estimate.
If you get a chance, please provide a sample VTP file. We like to make certain we are covering all of the options that you would need.
Thanks, Stephen
On Fri, Jul 5, 2019 at 2:05 AM beinspired [email protected] wrote:
How can I contact with someone to develop this? Do you think that the time and cost would be high?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Kitware/paraview-glance/issues/247?email_source=notifications&email_token=AACEJL6HLYY6BMQ6LEFQJA3P53QDDA5CNFSM4H6DI2KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZIT5PY#issuecomment-508640959, or mute the thread https://github.com/notifications/unsubscribe-auth/AACEJL6TUUVYF6UI2GD2LQLP53QDDANCNFSM4H6DI2KA .
--
Stephen R. Aylward, Ph.D. Senior Director of Strategic Initiatives, Kitware, Inc., North Carolina
Kitware: Advancing the frontiers of understanding by developing innovative open-source software platforms and integrating them into research, processes, and products.
It would be better to use directly the vtk files because they are used in other tasks and are obtained with openfoam directly, if not, it would be required to translated hundreds of vtk files to vtp files. Do you know if that could be done with an extra work? I will try to upload both vtp and vtk along the weekend but they will be quite simple examples because of confidentiality. Thanks