[vtkusers] tetrahedral mesh
Mathieu Malaterre
mathieu.malaterre at kitware.com
Fri Mar 5 10:41:05 EST 2004
Longfei Cong,
Did you tried those examples:
VTK/Graphics/Testing/Tcl/clipVolume.tcl
VTK/Graphics/Testing/Tcl/clipVolume2.tcl
VTK/Graphics/Testing/Tcl/clipVolume3.tcl
Read them to understand how vtkClipVolume works, and thus how
vtkOrderedTriangulator works.
HTH
Mathieu
Longfei Cong wrote:
> Hi vtkusers,
> I used vtkClipVolume filter to genrerate a tetrahedral mesh .but there some problems.I seem that there are no tetrahedral meshs generated.
>
> clip->SetInput(connector->GetOutput());
>
> clip->SetValue(200);
>
> clip->Update();
> cout<<clip->GetClippedOutput();
> vtkUnstructuredGrid *sgrid = clip->GetClippedOutput();
> cout<<clip->GetClippedOutput();
>
> Wish anyone can help me.
>
> Best regards
>
>
> Longfei Cong
> lfcong at nlpr.ia.ac.cn
> 2004-03-05
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list