View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001828VTK(No Category)public2005-05-05 06:082011-01-13 17:00
ReporterJean Favre 
Assigned ToMathieu Malaterre 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001828: IntersectWithLine misses some faces in Penta and Hexa-prisms
DescriptionThe faceNum loop index checking intersections with the quads are wrong.

For PentagonalPrism, it should go from 2 to <7 instead of from 2 to <5

For HexagonalPrism, it should go from 2 to <8 instead of from 2 to <6
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0002391)
Mathieu Malaterre (developer)
2005-05-05 08:36

Good catch Jean ! Thanks.

$ cvs ci -m"BUG: Fix Bug 0001828 - IntersectWithLine misses some faces in Penta and Hexa-prisms" /cvsroot/ParaView/ParaView/VTK/Filtering/vtkHexagonalPrism.cxx,v <-- vtkHexagonalPrism.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView/ParaView/VTK/Filtering/vtkPentagonalPrism.cxx,v <-- vtkPentagonalPrism.cxx
new revision: 1.6; previous revision: 1.5

 Issue History
Date Modified Username Field Change
2010-11-29 17:59 Mathieu Malaterre Source_changeset_attached => VTK master 4e62719c
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team