Hi all, <div>I tried <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/OBBDicer">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/OBBDicer</a>  example with another setting for vtkOBBDicer :</div><div>







<p class="p1"><span class="s1">    dicer-&gt;</span>SetNumberOfPointsPerPiece<span class="s1">(</span><span class="s2">10</span><span class="s1">);</span></p><p class="p1"><span class="s1">    dicer-&gt;</span>SetDiceModeToNumberOfPointsPerPiece<span class="s1">();</span></p>
<p class="p1">I obtained one region for sphere having 392 points. </p><p class="p1">Than I changed sphere resolution to Theta = Phi = 40 (1552 points) and got two pieces , but i would expect somehting like 1522 / 10 .</p>
<p class="p1">Could it be bug , or there is something more that should be preset ?</p><p class="p1">Thank you </p><p class="p1">Jana</p></div>