<div dir="ltr">If the points in the polydata comes with the normals, you can try Poisson Surface Construction. <div><br></div><div>I have make Delaunay3D filter works for creating surfaces for points (e.g. same for your DamBreak problem) followed by the Surface Decimation filter.</div><div><br></div><div>Hope that helps.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks and regards,</div><div style="font-size:12.8px">Chiranjib</div></div></div></div>
<br><div class="gmail_quote">On Tue, Apr 24, 2018 at 5:18 PM, pauldoesntlikesurfaceextractio <span dir="ltr"><<a href="mailto:paul_geus@hotmail.com" target="_blank">paul_geus@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all, <br>
<br>
I have a set of points (around 0.5 million) and I want to visualize these as<br>
a surface/volume. I am programming in c++ and using vtk 8.0<br>
I have extracted the surface points of the dataset to reduce the size.<br>
<br>
The points show an arbitrary timestep of a dambreak. <br>
I have tried the following approaches: <br>
<br>
VTKExtractSurface; Problem: The wave is not shown accurately. I have tried<br>
increasing the samplesize for the normals,   Decreasing the radius for the<br>
calculation of the distances and smoothing the surface. The Result was not<br>
satisfactory <br>
(<a href="https://lorensen.github.io/VTKExamples/site/Cxx/Points/ExtractSurface/" rel="noreferrer" target="_blank">https://lorensen.github.io/<wbr>VTKExamples/site/Cxx/Points/<wbr>ExtractSurface/</a>)<br>
<br>
Delaunay3D; Problem: Mainly useable for convex shapes and the triangle<br>
visualization is not nice for a fluid, further problem: Alpha value needs to<br>
be adjusted for each simulation <br>
<br>
Marching Cubes; Problem: I can't get it to work, I have basically copied<br>
every step from the tutorial:<br>
<a href="https://lorensen.github.io/VTKExamples/site/Cxx/Modelling/MarchingCubes/" rel="noreferrer" target="_blank">https://lorensen.github.io/<wbr>VTKExamples/site/Cxx/<wbr>Modelling/MarchingCubes/</a><br>
I can't understand where i went wrong there<br>
<br>
GaussianSplatter; Problem: The Points(spheres) are visible, this means it is<br>
not a surface, but spheres  <a href="http://test2.xyz" rel="noreferrer" target="_blank">test2.xyz</a><br>
<<a href="http://vtk.1045678.n5.nabble.com/file/t342366/test2.xyz" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/file/t342366/test2.xyz</a>>  which overlap. <br>
<br>
What other approach is there? <br>
Am I maybe using the one of the features wrong? <br>
<br>
I have attached my points below. <br>
Kind regards and hopefully someone can help me :)<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html" rel="noreferrer" target="_blank">http://vtk.1045678.n5.nabble.<wbr>com/VTK-Users-f1224199.html</a><br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://vtk.org/mailman/<wbr>listinfo/vtkusers</a><br>
</blockquote></div><br></div>