MantisBT - ParaView
View Issue Details
0003952ParaView(No Category)public2006-10-17 21:002015-12-23 22:02
Alan Scott 
Berk Geveci 
lowfeaturealways
closedfixed 
 
 
0003952: SNL: Implement 'capping' on isosurfaces
Please implement 'capping' on isosurfaces. So when you do things like a clip on a dataset you don't see 'shells' but you see the surfaces capped at the clip boundaries. EnSight does this by default.
No tags attached.
Issue History
2009-12-09 14:51Berk GeveciProject@3@ => ParaView
2009-12-09 21:17Berk GeveciNote Added: 0018768
2011-06-16 13:10Zack GalbreathCategory => (No Category)
2015-12-23 22:02Alan ScottNote Added: 0035606
2015-12-23 22:02Alan ScottStatusexpired => closed
2015-12-23 22:02Alan ScottResolutionopen => fixed

Notes
(0005459)
Berk Geveci   
2006-10-18 15:33   
Too late to get this in 2.6. Allen will get a better description.
(0005474)
David Karelitz   
2006-10-19 11:44   
This isn't capping on isosurfaces, but rather the following:

The user has cell based volume fractions. He does a cellToPoint, isosurface, then clips the isosurface with a plane. He'd like to see the values of the data on the plane. Since he's just clipping an isosurface, the interior is empty. He can't clip the original data and threshold that because the outline won't match the isosurface (it is a cell based outline instead of a contour based outline).

One possible solution is the notion of a point based data threshold where the exterior surface looks like an isosurface at the specified value and the interior is solid

Another solution is allow clipping data by an isosurface, or clip a cut plane by the isosurface.
(0018768)
Berk Geveci   
2009-12-09 21:17   
Do we still care about this?
(0035606)
Alan Scott   
2015-12-23 22:02   
This was implemented with isovolumes (clip by scalar). Closing.