MantisBT - ParaView
View Issue Details
0009324ParaViewFeaturepublic2009-07-28 10:412011-02-11 21:38
David Doria 
David Partyka 
normalminorN/A
closedsuspended 
 
 
0009324: Allow 0 point size
If for some reason a dataset has vertices as well as triangles, it would be nice to be able to set the representation to "surface" as well as the point size to "0" so that the triangles are displayed but the points at the vertices are not.
No tags attached.
Issue History
2009-07-28 10:41David DoriaNew Issue
2009-07-28 11:32Ken MorelandNote Added: 0016985
2009-07-28 11:36David DoriaNote Added: 0016986
2011-02-04 13:58David PartykaNote Added: 0025288
2011-02-04 13:58David PartykaStatusbacklog => @80@
2011-02-04 13:58David PartykaResolutionopen => suspended
2011-02-04 13:58David PartykaAssigned To => David Partyka
2011-02-11 21:38Alan ScottNote Added: 0025408
2011-02-11 21:38Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0016985)
Ken Moreland   
2009-07-28 11:32   
Not long ago on the mailing list there was talk about adding a feature that would allow you to suppress the drawing of points or lines. This is one way of providing that functionality, but another GUI mechanism should also be satisfactory, right?
(0016986)
David Doria   
2009-07-28 11:36   
Sure, however - the result is just the ability to turn off points. Although if it can be done somewhere else, setting the point size to zero should trigger the same functionality.
(0025288)
David Partyka   
2011-02-04 13:58   
Please submit this as an idea to user voice. Unfortunately that point size setting is really a direct call to glPointSize() which doesn't allow point size of 0.
(0025408)
Alan Scott   
2011-02-11 21:38   
Agreed.