MantisBT - ParaView
View Issue Details
0013924ParaView(No Category)public2013-03-03 16:152015-01-11 08:26
Sven Buijssen 
Sebastien Jourdain 
normalminorhave not tried
closedfixed 
3.98.1 
4.0 
TBD
gmv_reader_contribution
incorrect functionality
0013924: GMVReader plugin seals not watertight polyhedral cells on import
The GMV file format allows for (nonstandard) cells to be described by their faces. One can define non-watertight cells this way. The attached sequence of GMV files stepwise defines a pyramid: the first file only contains the definition for the base, the second additionally defines one lateral face and so forth until the fifth file defines a watertight pyramid.

The GMVReader plugin currently imports the first and the last file of said sequence correctly (as quad and pyramid, respectively). Unfortunately, the remaining files, all of which merely define a partial pyramid, are incorrectly imported as watertight pyramids, too (because they are incorrectly mapped to VTK_CONVEX_POINT_SET instead of the appropriate VTK_POLYHEDRON).
No tags attached.
zip files13924.zip (1,827) 2013-03-03 16:17
https://www.vtk.org/Bug/file/9403/files13924.zip
patch 0001-BUG-13924-Fixed-import-issue-with-nonstandard-3D-cel.patch (7,404) 2013-03-03 16:21
https://www.vtk.org/Bug/file/9404/0001-BUG-13924-Fixed-import-issue-with-nonstandard-3D-cel.patch
Issue History
2013-03-03 16:15Sven BuijssenNew Issue
2013-03-03 16:17Sven BuijssenFile Added: files13924.zip
2013-03-03 16:21Sven BuijssenFile Added: 0001-BUG-13924-Fixed-import-issue-with-nonstandard-3D-cel.patch
2013-03-03 16:21Sven BuijssenNote Added: 0030399
2013-03-03 22:47Sebastien JourdainAssigned To => Utkarsh Ayachit
2013-05-02 13:19Sebastien JourdainTopic Name => gmv_reader_contribution
2013-05-02 13:19Sebastien JourdainStatusbacklog => gatekeeper review
2013-05-02 13:19Sebastien JourdainResolutionopen => fixed
2013-05-02 13:20Sebastien JourdainAssigned ToUtkarsh Ayachit => Sebastien Jourdain
2013-05-03 10:04Utkarsh AyachitFixed in Version => git-master
2013-05-03 10:04Utkarsh AyachitStatusgatekeeper review => customer review
2013-05-03 10:04Utkarsh AyachitNote Added: 0030685
2013-05-05 05:50Sven BuijssenNote Added: 0030698
2013-05-05 05:50Sven BuijssenStatuscustomer review => closed
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0
2015-01-11 08:25Utkarsh AyachitSource_changeset_attached => ParaView master e6d9c084
2015-01-11 08:26Sebastiennn JourdainSource_changeset_attached => ParaView master 842d1436

Notes
(0030399)
Sven Buijssen   
2013-03-03 16:21   
Suggested patch attached
(0030685)
Utkarsh Ayachit   
2013-05-03 10:04   

SUMMARY
---------------------------------------------
Topics merged into master:
        14040_add_save_animation_time_range
        gmv_reader_contribution
        pvw-add-jsduck-cmake-hints
        pvw-fix-lut-management-issue
        python_documentation_cleanup
(0030698)
Sven Buijssen   
2013-05-05 05:50   
Fixed with suggested patch.