[vtkusers] tetrahedral mesh
Longfei Cong
lfcong at nlpr.ia.ac.cn
Fri Mar 5 10:23:11 EST 2004
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
More information about the vtkusers
mailing list