[vtkusers] Isosurface: Multiple Contours??
R T
doctorart at hotmail.com
Thu Jul 25 12:27:13 EDT 2002
Hello all,
how to produce an isosurface without getting multiple contours?
vtkContourFilter *cf = vtkContourFilter::New();
cf->SetInput(id);
cf->SetValue(0,60);
cf->SetNumberOfContours(1);
This gives numerous points and cells inside the boundary surface.
Thanks in advance
Roma
_________________________________________________________________
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
More information about the vtkusers
mailing list