[vtkusers] vtkDataSetSurfaceFilter does not work properly on quadratic tet meshes

Francois Bertel francois.bertel at kitware.com
Sun Oct 11 22:14:09 EDT 2009


Hello,

The output of a vtkDataSetSurfaceFilter is a vtkPolyData. vtkPolyData
can only have linear 0-D,1-D,2-D linear cells.

The only kind of dataset that can host a quadratic cells is a
vtkUnstructuredGrid.

Use vtkUnstructuredGridGeometryFilter to extract the surface of a
vtkUnstructuredGrid will preserving the quadratic property of the
cell. The output of this filter is a  vtkUnstructuredGrid.

Regards.

On Sun, Oct 11, 2009 at 8:18 PM, Dominik Szczerba <dominik at itis.ethz.ch> wrote:
> Hi,
>
> Is there any reason vtkDataSetSurfaceFilter returns a linear triangle mesh
> from a quadratic tet mesh (by just breaking each quadratic element into
> several linear ones)? Is there a way in VTK to make the surface also
> quadratic?
>
> thanks,
> Dominik
> _______________________________________________
> 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
>



-- 
François Bertel, PhD  | Kitware Inc. Suite 204
1 (518) 371 3971 x113 | 28 Corporate Drive
                      | Clifton Park NY 12065, USA



More information about the vtkusers mailing list