[vtkusers] vtkDataSetSurfaceFilter does not work properly onquadratic tet meshes
John Platt
jcplatt at dsl.pipex.com
Mon Oct 12 04:38:27 EDT 2009
Hi Dominik,
You may like to try vtkUnstructuredGridSurfaceFilter (attached). Note that
ComputeInputUpdateExtents() is not implemented (because I am not sure how
to!).
This filter is needed if you want to show surface edges of quadratic cells
without all the internal triangulation. I would be very pleased if it could
be added to VTK.
John.
----- Original Message -----
From: "Dominik Szczerba" <dominik at itis.ethz.ch>
To: "VTK users group" <vtkusers at vtk.org>
Sent: Monday, October 12, 2009 1:18 AM
Subject: [vtkusers] vtkDataSetSurfaceFilter does not work properly
onquadratic tet meshes
> 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
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vtkUnstructuredGridSurfaceFilter.h
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091012/fbe3cb11/attachment.asc>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vtkUnstructuredGridSurfaceFilter.cxx
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091012/fbe3cb11/attachment.txt>
More information about the vtkusers
mailing list