[Paraview] PV 4.1 How to extract a slice for z= constant
Moreland, Kenneth
kmorel at sandia.gov
Wed Oct 22 08:40:36 EDT 2014
The subject line of this email asks how to extract a slice in a z=constant plane. That can easily be done with the slice filter with the normal set to 0,0,1.
The text of this email asks a completely different question, extracting the exterior boundary of an unstructured mesh. This is done with the Extract Surface filter. If your data is distributed with MPI and does not have ghost cells (which is common in unstructured data files) it is possible that Extract Surface will also extract some interior surfaces at the boundary of the geometry partitions. If this is a problem, you can first use the D3 filter to generate ghost cells and then run the Extract Surface filter.
-Ken
________________________________________
From: ParaView <paraview-bounces at paraview.org> on behalf of Stephen Wornom <stephen.wornom at inria.fr>
Sent: Wednesday, October 22, 2014 3:39 AM
To: paraview
Subject: [EXTERNAL] [Paraview] PV 4.1 How to extract a slice for z= constant
The mesh is unstructured, PV running mpi.
The mesh is rectangular.
I would like to extract an exterior boundary.
How does one do this?
Thanks,
Stephen
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview
More information about the ParaView
mailing list