[vtkusers] vtkContourFilter problem
santosh Gaikwad
santosh6983 at gmail.com
Tue Jul 3 04:05:01 EDT 2012
Hi All,
I am using vtkContourFilter for the purpose of offset surface. I want to
offset a surface by 0.03mm so I am setting this value using function
vtkContourFilter::SetValue.
In the result I am getting a discontinue surface. Kind of some holes in the
surface. Code looks like as follows
vtkSmartPointer<vtkContourFilter> contourFilter =
vtkSmartPointer<vtkContourFilter>::New();
contourFilter->SetInputConnection(implicitModeller->GetOutputPort());
contourFilter->SetValue(0,0.03);
contourFilter->Update();
In the result surface I am getting holes. What need to do to get good
surface ? any suggestions.
Thanks,
Santosh Gaikwad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120703/32eaa880/attachment.htm>
More information about the vtkusers
mailing list