[vtkusers] triangulating and mass volume

Karthik Krishnan karthik.krishnan at kitware.com
Thu Sep 17 05:56:44 EDT 2009


2009/9/17 Murat Aydın <murat.aydin at netcad.com.tr>

>  Hi,
>
> 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
>

See vtkFeatureEdges. A closed surface will have no boundary edges. Run
vtkFeatureEdges on your surface with BoundaryEdgesOn() to ensure their
absence.

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.


and use vtkmassproperties. Thanks.
>
> murat
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090917/c92d9cc6/attachment.htm>


More information about the vtkusers mailing list