You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mixing_elbow.vtk dataset does render in most VTK pipelines. However, VTK's cell validator (vtkCellValidator) shows fundamental problems with the grid. Almost every cell has a validity value of 52 (110100 in binary), indicating that they are invalidate due to IntersectingEdges, NoncontiguousEdges, and Nonconvex.
📝 Steps to reproduce
Two ways to reproduce:
Add a vtkCellValidator to a VTK pipeline. Look at the resulting values of the ValidityState scalar. They should be all zero. If they are not, look at the reference in vtkCellValidator.h.
Load the dataset in ParaView. Add a ValidateCells filter. Change the coloring to the ValidityState scalar. The meaning is the same as in number 1 above.
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Doesn't matter
🐍 Which Python version are you using?
3.9
📦 Installed packages
I validated using ParaView
The text was updated successfully, but these errors were encountered:
🔍 Before submitting the issue
🐞 Description of the bug
The mixing_elbow.vtk dataset does render in most VTK pipelines. However, VTK's cell validator (vtkCellValidator) shows fundamental problems with the grid. Almost every cell has a validity value of 52 (110100 in binary), indicating that they are invalidate due to IntersectingEdges, NoncontiguousEdges, and Nonconvex.
📝 Steps to reproduce
Two ways to reproduce:
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Doesn't matter
🐍 Which Python version are you using?
3.9
📦 Installed packages
The text was updated successfully, but these errors were encountered: