Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

We didn't find "Extract Subset" function or button in menu on Visualizer #64

Open slqingqing opened 6 years ago

slqingqing commented 6 years ago

The "Extract Subset" function is in paraview client but not in visualizer of paraviewweb. How do i use "Extract Subset" function through Visualizer or add the function "Extract Subset" in Visualizer or paraviewweb. Thanks!

jourdain commented 6 years ago

You just need to provide this argument with a path to a file similar to this one while adding any filter, source or reader that you aim to use and want in the UI.

jourdain commented 6 years ago

In your case you want to add in the filter section the following line

{ "name": "ExtractSubset" },
slqingqing commented 6 years ago

Thanks very much for your help. Best regards!

Shi Qing

In your case you want to add in the filter section the following line

{ "name": "ExtractSubset" }, — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kitware/visualizer/issues/64#issuecomment-421597422, or mute the thread https://github.com/notifications/unsubscribe-auth/AXfUcZhS3FR5vIcSbK7me9hTszNKaSdeks5ubS5XgaJpZM4Wqb6R.

slqingqing commented 6 years ago

Thanks very much. I will try it by your advice.