<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello all,<br><br>i want to use a clipping plane and i found that vtkImplicitPlaneWidget or vtkImplicitPlaneWidge2 should do the job.<br>The problem is that i want the clipping NOT like <a class="el" href="http://www.vtk.org/doc/nightly/html/classvtkClipPolyData.html" title="clip polygonal data with user-specified implicit function or input scalar data">vtkClipPolyData</a> which "cuts" through the cells of the dataset but like <a class="el" href="http://www.vtk.org/doc/nightly/html/classvtkExtractGeometry.html" title="extract cells that lie either entirely inside or outside of a specified implicit function">vtkExtractGeometry</a>, which pulls out entire, uncut cells.<br>I tried in Paraview pipeline with Source--&gt;Clip--&gt;Extract cells by region which works in some way. What i want is to define whether the centroid (known) of a cell lies in so if it is in the "cut side" of the plane it is pulled out entire. Otherwise, it is not.<br>A second question does anyone know if the "Extract cells by region" function of Paraview is the  <a class="el" href="http://www.vtk.org/doc/nightly/html/classvtkExtractGeometry.html" title="extract cells that lie either entirely inside or outside of a specified implicit function">vtkExtractGeometry</a> class?<br><br>A Paraview screenshot: on the left is cut, on the right cells are pulled out entirely<br>http://yfrog.com/74cutorpulledoutentirelyj<br><br>                                                </body>
</html>