JIERSHAO
(ERSHAO)
April 30, 2025, 8:29am
1
Hi everyone!
I want clip a model by Paraview Tools, here is Paraview 5.13.2.
as shown in figure below, I want to keep the model outside the box rather than inside.
What do I need to do to achieve the desired effect?
My attempts are as follows:
choose one of this two items
set properties:
using Box Slice Type
setting the desired box’s size
using the default options for the other parts
chick Apply
mwestphal
(Mathieu Westphal (Kitware))
April 30, 2025, 8:39am
2
Use the “Invert” properties that should be available in ParaView 5.13.2 in the Clip filter.
JIERSHAO
(ERSHAO)
April 30, 2025, 9:08am
3
Thank you for your response.
I choose “Invert” item, the result likes this:
here is the setting of properties
if i choose “Exact” item, the result likes this:
In fact, I want to make the part of the model that is located in the box disappear, that is, the pink part. In the end, the green part will remain
mwestphal
(Mathieu Westphal (Kitware))
April 30, 2025, 9:26am
4
I dont understand, is this working for you ?
JIERSHAO
(ERSHAO)
May 2, 2025, 12:16pm
5
Apologies for my lack of clarity.
It didn’t work for me.
actually, I want ro acquire the this resluts:
I have a square model with a green outline in the picture.
and I use one box to clip this model,
but in Paraview, I always acquire the square model with a purple outline, That is, Section inside “box for clipping”
I expect to acquire a model with a black outline, That is, the remaining seven-eighths. Saction outside “box for clipping”
mwestphal
(Mathieu Westphal (Kitware))
May 2, 2025, 12:20pm
6
Indeed, it looks like the inverted box clip is not working as it should, please open an issue:
https://gitlab.kitware.com/paraview/paraview/-/issues
mwestphal
(Mathieu Westphal (Kitware))
May 7, 2025, 7:37am
8
JIERSHAO
(ERSHAO)
May 7, 2025, 11:52am
9
Thank you for your reply!
Because I need this feature to polish my thesis work, If I want to participate in the resolution of this issue, are there any other requirements besides the fork repository?
CONTRIBUTING.md · master · ParaView / ParaView · GitLab
I mean does it require me to be a full time ParaView developer if I want to be involved in the resolution of issue
mwestphal
(Mathieu Westphal (Kitware))
May 7, 2025, 11:57am
10
If you are familiar with C++, you definitely can contribute to VTK and ParaView.
Find the contribution guides here:
JIERSHAO
(ERSHAO)
May 7, 2025, 12:01pm
11
Okay, thanks!
How long will it take for this issue to be resolved, as I see that there are about 2,000 issues that have not been resolved!
mwestphal
(Mathieu Westphal (Kitware))
May 7, 2025, 12:03pm
12
How long will it take for this issue to be resolved
That depends on you
You can either fix it yourself or reach out to other to fix it:
As with all open source projects, adding features and fixing bugs takes developer effort. That effort may originate from volunteer community contributors, or through paid professional services offered by companies like Kitware . Features and bug fixes are prioritized by the needs of contributing community members and by professional services customers.
Note that contributions are vetted by a rigorous community review and testing process; therefore it is recommended that significant changes are d…
spyridon97
(Spiros Tsalikis (Kitware))
May 23, 2025, 6:55am
14
What you need is exact and not inverted. That’s not an option right now.
But i took the liberty to implement it https://gitlab.kitware.com/paraview/paraview/-/merge_requests/7314 .
It’s slower than without exact. But at least it works as it’s supposed to.
spyridon97
(Spiros Tsalikis (Kitware))
May 26, 2025, 9:11pm
15
https://gitlab.kitware.com/paraview/paraview/-/merge_requests/7314 has been merged.
Go here: https://www.paraview.org/download/ and tomorrow download the nightly version.
Use the clip filter and select exact and unselect Invert. I hope this provides you with the solution you were looking for.
spyridon97
(Spiros Tsalikis (Kitware))
May 28, 2025, 6:43pm
17
Since it’s a new feature, I would appreciate it if you let me know of anything weird you see with my non-inverted exact box clip implementation.
JIERSHAO
(ERSHAO)
May 29, 2025, 5:15am
18
I used this version, as it was released in 28th,May;
after setting options, click apply. it seems not working well.
the result is not section outside ‘Box for clipping’
spyridon97
(Spiros Tsalikis (Kitware))
May 29, 2025, 6:00am
19
It seems that we don’t have nightlies for Windows, only releases (and this feature is not yet part of it).
You need to either compile master on windows, or download the nightly on Linux/Mac.
@cory.quammen Why don’t we have nightlies on windows?