<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">Hi everybody,<br><br>I&#39;m using an open source library for NURBS management, called NURBS++.<br>
I&#39;m able to do everything: creation of the surface, control points moving, surface points moving, visualiation of the surface with OpenGL (gluNurbsSurface...)<br>I&#39;m developing a VTK based application, and now I need to visualize the NURBS++ surfaces into VTK pipeline, therefore without using gluNurbsSurface but the VTK rendering<br>
I found in the VTK documentation the class vtkExplicitCell.h that tells about NURBS surfaces, but I didn&#39;t understand how to use it. (<a href="http://davis.lbl.gov/Manuals/VTK-4.5/classvtkExplicitCell.html" target="_blank" style="color: rgb(17, 65, 112); ">http://davis.lbl.gov/Manuals/<u></u>VTK-4.5/classvtkExplicitCell.<u></u>html</a>)<br>
Do you have some suggestion please?<br>thank you!<br><br>Giancarlo</span>