Hello,<br><br>I am implementing the functionality of checking the mesh quality. As suggested by few of the seniors here in the mailing list, this is what i did:<br><br>I passed the mesh data in the form of vtkUnstructuredGrid to the vtkMeshQuality. Then using the quality data array which we obtain from vtkMeshQuality's output, I use vtkThreshold class to get the elements which do not satisfy the requirement to be a good cell. <br><br>I am able to successfully represent the bad elements for a single quality parameter. But when i try to represent two quality parameters at the same time then, i can see only the one which is rendered at the end. for example, i have a GUI window where user can select what all quality parameter he wants to be displayed. Like, if user selects Minimum angle and maximum angle, both, then, all the elements that do not satisfy both criteria will be highlighted. <br><br>In my case, I am selecting both min and max angle criteria and first I am highlightin
g bad element as for min angle and next I am highlighting max angle criteria. Now suppose, for min angle criteria, there are 10 bad cells. and for max angle criteria, there are only 2 bad cells, and these 2 cells are common in both criteria. SO i should get total 10 bad cell.. But in my case it is displaying only 2 bad cell for max angle quality. If i change the order of rendering then i see only 10 bad cells for min angle. <br><br>So what do i have to do to see both the quality criteria bad elements.??<br><br>Thanks<br><br>Regards<br>Rakesh Patil<br><br><br><div style="border-top:1px dashed #ccc; border-bottom:1px dashed #ccc; padding:5px;"><a href="http://mail.in.com/mails/new_reg.php?utm_source=invite&utm_medium=outgoing" style="font:13px arial; color:#1E56A1; text-decoration:none;">Dear <b>vtkusers !</b> Get Yourself a cool, short <b>@in.com</b> Email ID now!</a></div>