<br><div class="gmail_quote">2009/9/17 Murat Aydżn <span dir="ltr">&lt;<a href="mailto:murat.aydin@netcad.com.tr">murat.aydin@netcad.com.tr</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div bgcolor="#ffffff">
<div><font face="Arial" size="2">Hi,</font></div>
<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">I am triangulating point clouds using 
polygons in vtkpolydata. (not delaunay or trianglefilter).The volume seems to be 
closed. But volume of the model is very high. How can i ensure whether 
the volume is closed </font></div></div></blockquote><div><br></div><div>See vtkFeatureEdges. A closed surface will have no boundary edges. Run vtkFeatureEdges on your surface with BoundaryEdgesOn() to ensure their absence.</div>
<div><br></div><div>You may also want to enforce that the surface has no self intersections, which means that the surface will have only manifold edges.  Run vtkFeatureEdges with NonManifoldEdgesOn as well to ensure their absence.</div>
<div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff"><div><font face="Arial" size="2">and use vtkmassproperties. Thanks.</font></div>

<div><font face="Arial" size="2"></font> </div>
<div><font face="Arial" size="2">murat</font></div>
<div> </div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br>