<div dir="ltr"><div>Hello,</div><div><br></div><div>I have a set of points which are used to construct splines (vtkCardinalSpline) on my scene.<br></div><div>I'm using vtkLineSource + vtkCardinalSpline + vtkSplineFilter to display it, and it's working fine.</div><div><br></div><div>They form some sort of closed contours.</div><div><br></div><div>Now I need to fill this structures in some way. I have tried using vtkDelaunay3D, based on this example:</div><div><br></div><div><a href="http://www.paraview.org/Wiki/VTK/Examples/Boneyard/Cxx/PolyData/ConvexHullDelaunay3D">http://www.paraview.org/Wiki/VTK/Examples/Boneyard/Cxx/PolyData/ConvexHullDelaunay3D</a><br></div><div><br></div><div>It really fills some of my structures, but it doesn't do it correctly. I think the problem might that I have some structures that are apart from each other, but inside the same actor.</div><div><br></div><div>How else could I achieve this?</div><div><br></div><div><br>Thanks in advance.</div><div><br></div>
</div>