View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009501ParaViewBugpublic2009-09-07 04:422016-08-12 09:57
Reporterjkomin 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version3.6 
Target VersionFixed in Version 
Summary0009501: (probably a general VTK error) non-convex quads are drawn incorrectly
DescriptionParaView draws non-convex, non self-intersecting quads incorrectly. It seems that the problem is the following: to draw a quad, it splits it into two triangles, but since the quad is non-convex there is only one correct way of doing it. It seems that ParaView (or VTK) sometimes makes the wrong decision.

From what I can tell, ParaView takes the quad (a, b, c, d) and makes triangles (a, b, c) and (a, c, d), without checking for convexity. Because the description of class vtkQuad does not mention convexity, this is a bug.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0037699)
Kitware Robot (administrator)
2016-08-12 09:57

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2009-09-07 04:42 jkomin New Issue
2016-08-12 09:57 Kitware Robot Note Added: 0037699
2016-08-12 09:57 Kitware Robot Status expired => closed
2016-08-12 09:57 Kitware Robot Resolution open => moved
2016-08-12 09:57 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team