Hi Amy! Thank you so much for answering again.<br /><br />Before your
help, I was just using the vtkClipDataSet. By your using vtkCutter idea, I
now have an UnstructuredGrid with its respective scalars making the
contour of my cut / clip. The idea is for me to use this UG as an implicit
function for clipping a vtkSphereSource, so I can get the volumetric
intersection of the sphere with the arthery (thats right, I need the
sphere piece that is inside arthery). But my problems (since from the
beginning) are actually on using the vtkImplicitDataSet feeded by a
vtkUnstructuredGrid. When I use an structured grid, the vtkImplicitDataSet
works perfectly. But using a UG, it doesn`t.<br /><br />Any Ideas? Amy?
Anyone?<br />________________________________________ <br
/>Atenciosamente, <br />Vinicius Pess&ocirc;a <br />Analista de Sistemas
<br />Laborat&oacute;rio Nacional de Computa&ccedil;&atilde;o
Cient&iacute;fica <br />+55 (24) 2242-9498 <br />+55 (24) 8803-7061<br
/><br /><br />&gt; Hi Vinicius, <br />&gt; <br />&gt; If you want to fill
the clipped area, you could try the following. In <br />&gt; addition to
using vtkClipDataSet, also pass your original unstructured <br />&gt; grid
through the vtkCutter filter. Use the same vtkSphere implicit <br />&gt;
function that you used with vtkClipDataSet. Then to put the output of <br
/>&gt; vtkClipDataSet and vtkCutter together, you could use
vtkAppendFilter. <br />&gt; The output of vtkAppendFilter is still
vtkUnstructuredGrid. <br />&gt; <br />&gt; - Amy <br />&gt; <br />&gt;
Vinicius Pess&ocirc;a wrote: <br />&gt;&gt; Hi Amy! <br />&gt;&gt; Thank
you for answering! <br />&gt;&gt; <br />&gt;&gt; And the answer for your
question is yes, I`ve tried to use <br />&gt;&gt; vtkClipDataSet. The
problem is that I need to fill the clipped area, <br />&gt;&gt; just like
the Ice Cream example. Then also, I would end up getting to <br />&gt;&gt;
the old problem, that is having to use my UnstructuredGrid as an <br
/>&gt;&gt; implicit function to make operation with a sphere. And also, I
would <br />&gt;&gt; probably have to sew the two meshes manually. <br
/>&gt;&gt; <br />&gt;&gt; That`s why I`ve changed my path for resolving
this problem to the <br />&gt;&gt; vtkImplicitBoolean. But, I`ve no
problems with changing my path again. <br />&gt;&gt; So, if any solution
appears with another tools, I`m all ears! <br />&gt;&gt; : ) <br
/>&gt;&gt; <br />&gt;&gt; Thank`s again for your time! <br />&gt;&gt;
________________________________________ <br />&gt;&gt; Atenciosamente,
<br />&gt;&gt; Vinicius Pess&ocirc;a <br />&gt;&gt; Analista de Sistemas
<br />&gt;&gt; Laborat&oacute;rio Nacional de Computa&ccedil;&atilde;o
Cient&iacute;fica <br />&gt;&gt; +55 (24) 2242-9498 <br />&gt;&gt; +55
(24) 8803-7061 <br />&gt;&gt; <br />&gt;&gt; <br />&gt;&gt; &gt; Hi
Vinicius, <br />&gt;&gt; &gt; <br />&gt;&gt; &gt; In ParaView (or VTK),
have you tried applying the Clip filter to your <br />&gt;&gt; &gt;
unstructured grid? You can use a vtkSphere as the clip function. This <br
/>&gt;&gt; &gt; way you don't have to convert your dataset to an implicit
function. <br />&gt;&gt; &gt; <br />&gt;&gt; &gt; - Amy <br />&gt;&gt;
&gt; <br />&gt;&gt; &gt; Vinicius Pess&ocirc;a wrote: <br />&gt;&gt;
&gt;&gt; Hi All. <br />&gt;&gt; &gt;&gt; <br />&gt;&gt; &gt;&gt; That`s
more like a VTK question. But maybe some of you have had a <br />&gt;&gt;
&gt;&gt; problem like this. <br />&gt;&gt; &gt;&gt; <br />&gt;&gt;
&gt;&gt; I have an UnstructuredGrid witch I must take the difference of it
<br />&gt;&gt; from <br />&gt;&gt; &gt;&gt; a vtkSphere implicit function.
<br />&gt;&gt; &gt;&gt; <br />&gt;&gt; &gt;&gt; Basically, I`m using the
vtkImplicitDataSet to turn my UG into an <br />&gt;&gt; &gt;&gt; Implicit
Function and the using the vtkImplicitBoolean to make its <br />&gt;&gt;
&gt;&gt; difference (just like the IceCreamBite example, also using the
<br />&gt;&gt; &gt;&gt; vtkSampleFunction). I`ve also added some scalars
to the Unstructured <br />&gt;&gt; &gt;&gt; Grid, so the ImplicitDataSet
filter stops complaining. Well, as <br />&gt;&gt; Output <br />&gt;&gt;
&gt;&gt; I`m getting just the sphere. <br />&gt;&gt; &gt;&gt; <br
/>&gt;&gt; &gt;&gt; I have also tried the vtkGeometryFilter, but it had no
effect. <br />&gt;&gt; &gt;&gt; <br />&gt;&gt; &gt;&gt; If anyone has been
through something like this and could get me a <br />&gt;&gt; &gt;&gt;
hand, I would really apreciate. <br />&gt;&gt; &gt;&gt; <br />&gt;&gt;
&gt;&gt; Thank`s in advance to you all. <br />&gt;&gt; &gt;&gt; <br
/>&gt;&gt; &gt;&gt; [ ]`s <br />&gt;&gt; &gt;&gt;
________________________________________ <br />&gt;&gt; &gt;&gt;
Atenciosamente, <br />&gt;&gt; &gt;&gt; Vinicius Pess&ocirc;a <br
/>&gt;&gt; &gt;&gt; Analista de Sistemas <br />&gt;&gt; &gt;&gt;
Laborat&oacute;rio Nacional de Computa&ccedil;&atilde;o Cient&iacute;fica
<br />&gt;&gt; &gt;&gt; +55 (24) 2242-9498 <br />&gt;&gt; &gt;&gt; +55
(24) 8803-7061 <br />&gt;&gt; &gt;&gt; <br />&gt;&gt;
------------------------------------------------------------------------
<br />&gt;&gt; &gt;&gt; <br />&gt;&gt; &gt;&gt;
_______________________________________________ <br />&gt;&gt; &gt;&gt;
ParaView mailing list <br />&gt;&gt; &gt;&gt; ParaView@paraview.org <br
/>&gt;&gt; &gt;&gt; http://www.paraview.org/mailman/listinfo/paraview <br
/>&gt;&gt; &gt;&gt; <br />&gt;&gt; &gt; <br />&gt;&gt; &gt; -- <br
/>&gt;&gt; &gt; Amy Squillacote <br />&gt;&gt; &gt; Kitware, Inc. <br
/>&gt;&gt; &gt; 28 Corporate Drive <br />&gt;&gt; &gt; Clifton Park, NY
12065 <br />&gt;&gt; &gt; Phone: (518) 371-3971 x106 <br />&gt;&gt; &gt;
<br />&gt;&gt; &gt; <br />&gt;&gt;
------------------------------------------------------------------------
<br />&gt;&gt; <br />&gt;&gt;
_______________________________________________ <br />&gt;&gt; ParaView
mailing list <br />&gt;&gt; ParaView@paraview.org <br />&gt;&gt;
http://www.paraview.org/mailman/listinfo/paraview <br />&gt;&gt; <br
/>&gt; <br />&gt; -- <br />&gt; Amy Squillacote <br />&gt; Kitware, Inc.
<br />&gt; 28 Corporate Drive <br />&gt; Clifton Park, NY 12065 <br />&gt;
Phone: (518) 371-3971 x106 <br />&gt; <br />&gt;