MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001938 | VTK | (No Category) | public | 2005-06-15 10:45 | 2016-08-12 09:54 |
| Reporter | Jean Favre | ||||
| Assigned To | Will Schroeder | ||||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0001938: intersectWithLine has problems with penta- and hexa-prism | ||||
| Description | The problem is that both cell types use vtkPolygon to check intersection with the pentagons and hexagons of the cell. But vtkPolygon assumes the Polygon is perfectly planar, which is far from the reality of industrial-size meshes. We propose to change the intersection checks with vtkPolygon with 2 checks against vtkQuad (which already handles non-planar quads) and 1 vtkQuad+vtktriangle checks for the pentagon. source code and Tcl test follow in the attachment. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/5301/annotatePick.2.tcl https://www.vtk.org/Bug/file/5302/vtkPentagonalPrism.h https://www.vtk.org/Bug/file/5303/vtkPentagonalPrism.cxx https://www.vtk.org/Bug/file/5304/vtkHexagonalPrism.cxx | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036791 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||