You still can use the Include component to extract the cells with the
Mark to a position before.
Mark('position')
+
Include('...')
+
Unmark()
+
...
+
/ Minh
Karl Pohlmann wrote:
Hi,
I'm dealing with 3-D, cell (connection) -based data sets (see the
listing of the dx file below) and I'm trying to trim away cells within
DX. Rather than exclude cells based on their data values (using the
include module), I would like to exclude them based on their x,y,z
coordinates or, better yet, by their i,j,k coordinates within the
array. In other words, I'd like to strip away xy layers, zx layers,
etc., to see inside the volume. I'm using ShowBoundary --> FaceNormals
--> Color to visualize the cells.
Any thoughts on how to approach this?
Thanks,
Karl