MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007159 | VTK | (No Category) | public | 2008-06-04 09:38 | 2016-08-12 09:54 |
| Reporter | Andy Turner | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0007159: vtkCleanPolyData does not remove all degenerate cells | ||||
| Description | I consider a triangle of zero area to be a degenerate cell. However, if you create a simple mesh such as === # vtk DataFile Version 3.0 vtk output ASCII DATASET POLYDATA POINTS 5 float 0 0 0 0 100 0 0 -100 0 100 0 0 100 0 0 POLYGONS 2 8 3 0 1 2 3 2 1 3 === ...and then pass this through the vtkCleanPolyData filter, it doesn't remove the degenerate cell (0, 1, 2). === # vtk DataFile Version 3.0 vtk output ASCII DATASET POLYDATA POINTS 4 float 0 0 0 0 100 0 0 -100 0 100 0 0 POLYGONS 2 8 3 0 1 2 3 2 1 3 CELL_DATA 2 POINT_DATA 4 === In my view, this either requires modifying the class so that such cells are removed, or the documentation needs clarifying as to what degeneracies are removed. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-06-04 09:38 | Andy Turner | New Issue | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036982 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:54 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||