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…