[vtk-developers] [VTK 0011504]: Rendering 2D Polygons and cutting 2D Poligons
Mantis Bug Tracker
mantis at public.kitware.com
Wed Nov 24 09:39:45 EST 2010
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=11504
======================================================================
Reported By: Gerald Lodron
Assigned To:
======================================================================
Project: VTK
Issue ID: 11504
Category: (No Category)
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-11-24 09:39 EST
Last Modified: 2010-11-24 09:39 EST
======================================================================
Summary: Rendering 2D Polygons and cutting 2D Poligons
Description:
2 Errors:
Visualization of Polygon not correct: Mismatch between surface (press 's') and
wireframe visualization (press 'w'), see first rendering in main.cpp of the two
attatched polgons (.vtk files)
Cutting (vtkCutter) of one of them does not work (see second visualization)
Steps to Reproduce:
Compile main.cpp using latest vtk and change line 23:
oReader->SetFileName("C:\\TestRectangelWithSpike.vtk");
with your file path to the two attatched vtk datas. In the first visualization
press s and w and compare visualization
Additional Information:
The file "TestRectangelWithSpike.vtk" implements a polygon with a spike, here
the vtkCutter fails. Also the rendering is not correct.
The file "TestRectangelWithoutSpike.vtk" is a normal konkave polygon, the
surface and wireframemode looks different, vtkCutter works
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-11-24 09:39 Gerald Lodron New Issue
2010-11-24 09:39 Gerald Lodron File Added: Bugtest.rar
======================================================================
More information about the vtk-developers
mailing list