|
Notes |
|
|
(0023527)
|
|
Gerald Lodron
|
|
2010-11-24 10:17
|
|
ok i debugged it to line 1277 of vtkPolygon:
The difference between the data sets is in function
success = this->EarCutTriangulation();
the success returns false if there are any peaks in the datasets |
|
|
|
(0026209)
|
|
Gerald Lodron
|
|
2011-04-18 03:22
|
|
Also check out result of vtkCutter when using such a polygon:
0,0
1,1
0,2
-1,3
0,4
1,3
0,2
-1,1
0,0 |
|
|
|
(0026222)
|
|
Gerald Lodron
|
|
2011-04-19 03:35
|
|
ok in general the problem is not caused by peaks:
the problem appears if the boundaries "touch" each other, e.g. a donout polygon drawn with a single polygon which has a key hole for connecting outher to inner:
0,0
10,0
10,10
0,10
0,0
1,1
1,9
9,9
9,1
1,1 |
|
|
|
(0026223)
|
|
Gerald Lodron
|
|
2011-04-19 04:13
|
|
|
see DonutWithKeyhole.jpg for my donut example |
|
|
|
(0031287)
|
|
Dave DeMarle
|
|
2013-07-22 20:33
|
|
|
Dave P no longer works on the project. If these old issues still exist in 6.0.0, reopen them and assign to Dave DeMarle |
|
|
|
(0037213)
|
|
Kitware Robot
|
|
2016-08-12 09:55
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page. |
|