<div dir="ltr">Hi Adam,<div><br></div><div>You'll have to describe what you're trying to do in more detail, but I strongly suspect that the answer is "no".</div><div><br></div><div>The implicit functions used by vtkClipPolyData are f(x,y,z) where f() is differentiable by x, y, and z at any point at which you want to evaluate it.  We assume that f(x,y,z) is negative for some regions of space and positive for the complementary regions.  The cut occurs approximately at the implicit surface defined by f(x,y,z) == 0, hence the cut divides the positive regions from the negative regions.</div><div><br></div><div>It's possible to define an implicit function that is a box, if you give up differentiability at the corners and edges, but it is impossible to define an implicit function for a bound plane.  You can only define an implicit function for a surface that is unbound (like a plane, infinite tube, etc) or closed (like a sphere, torus, etc).</div><div><br></div><div> - David</div><div> </div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 8, 2017 at 9:59 AM, updega2 <span dir="ltr"><<a href="mailto:updega2@berkeley.edu" target="_blank">updega2@berkeley.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I was wondering if it is possible to define a bounded plane and use<br>
vtkClipPolyData to cut an object partially with this bounded plane?<br>
<br>
Thanks!<br>
<br>
Adam<br></blockquote></div></div></div></div></div>