MantisBT - ParaView
View Issue Details
0011064ParaViewFeaturepublic2010-07-29 18:352014-11-25 20:49
Alan Scott 
Alan Scott 
normalminoralways
closedfixed 
 
 
Sandia
0011064: Add radiograph feature to ParaView
The CTH group would like us to add a feature that looks like a radiograph or xray of an item such as a car engine.

Evidently Ken has experience creating this - lets ask his advice.
No tags attached.
png radiographExample.png (306,146) 2010-07-29 18:36
https://www.vtk.org/Bug/file/8281/radiographExample.png
png ParaViewCopy.png (180,753) 2010-07-29 19:09
https://www.vtk.org/Bug/file/8282/ParaViewCopy.png
png

png ParaViewVolRen.png (256,790) 2010-07-29 19:09
https://www.vtk.org/Bug/file/8283/ParaViewVolRen.png
png
Issue History
2010-07-29 18:35Alan ScottNew Issue
2010-07-29 18:36Alan ScottNote Added: 0021563
2010-07-29 18:36Alan ScottFile Added: radiographExample.png
2010-07-29 19:09Ken MorelandFile Added: ParaViewCopy.png
2010-07-29 19:09Ken MorelandFile Added: ParaViewVolRen.png
2010-07-29 19:14Ken MorelandNote Added: 0021564
2010-12-06 09:36Utkarsh AyachitStatusbacklog => @20@
2010-12-07 22:00Alan ScottNote Added: 0023788
2010-12-07 22:00Alan ScottStatus@20@ => backlog
2011-01-31 20:30Alan ScottNote Added: 0025196
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature
2011-09-01 10:56Utkarsh AyachitProject => Sandia
2014-11-25 20:49Alan ScottNote Added: 0033847
2014-11-25 20:49Alan ScottStatusbacklog => closed
2014-11-25 20:49Alan ScottAssigned To => Alan Scott
2014-11-25 20:49Alan ScottResolutionopen => fixed

Notes
(0021563)
Alan Scott   
2010-07-29 18:36   
Attached is VisIt's version of xrays.
(0021564)
Ken Moreland   
2010-07-29 19:14   
Are you sure your attached image is what the user wants? You just mapped a scalar from white to black and then rendered surfaces with a uniform opacity. ParaView can do that. It's just that the opacity is not exposed when doing a color map. I was able to turn it on through Python, see ParaViewCopy.png.

But are you sure what you want isn't volume rendering. Volume rendering roughly computes the same physics as xrays passing through a material. You get images like ParaViewVolRen.png. You just need to set the opacity proportional to the density. (I used a constant density because none of the field variables made a lot of sense as density.)
(0023788)
Alan Scott   
2010-12-07 22:00   
Reply sent to Utkarsh and Ken.
(0025196)
Alan Scott   
2011-01-31 20:30   
OK, I did look at what Ken proposed, and it is exactly what we want.
(0033847)
Alan Scott   
2014-11-25 20:49   
This bug was fixed a long time ago. We now have an xray color map, and further can change opacity due to variables or volume rendering. This resolves this bug.