<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi all,</div><div>  I have a set of spheres in a volume that I visualize in 2D slices. When the plane of a 2D slice intersects a sphere, I want the interior of the sphere to be filled. It appears that there three different ways to do this:</div><div><br></div><div>1) Use vtkContourTriangulator as recommended here:<br><a href="https://vtk.org/pipermail/vtkusers/2015-May/090826.html">https://vtk.org/pipermail/vtkusers/2015-May/090826.html</a></div><div>with this example as a basis:</div><div><a href="https://vtk.org/Wiki/VTK/Examples/Cxx/Modelling/ContourTriangulator">https://vtk.org/Wiki/VTK/Examples/Cxx/Modelling/ContourTriangulator</a><br></div><div><br></div><div>2) Use PolyDataToImageData:</div><div><a href="https://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataToImageData">https://vtk.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataToImageData</a><br></div><div><br></div><div>3) Use PolyDataContourToImageData:</div><div><a href="https://www.paraview.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataContourToImageData">https://www.paraview.org/Wiki/VTK/Examples/Cxx/PolyData/PolyDataContourToImageData</a></div><div><br></div><div>I've tried Option 1 without success.  Did I do something wrong or should I try one of the other options.</div><div>  any wisdom would be helpful,</div><div>     -Merps</div><div><br></div></div></div></div></div></div>