NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Muz, > I am trying to generate a "cutaway" view for a cynlinder in 3D spatial > domain. The view may look like this: > http://129.237.115.129/cutaway.jpg > I don't have much idea about how to do this. Can anyone give me suggestions? If you can do your cutaway view by planes, then you can set clipping planes by the DisplayRendererJ3D.setClip() method, as illustrated in visad/examples/Test35.java. However, the wedge cliiped out of a cylinder in your JPEG cannot be done by clipping planes. You might to this a ScalarMap to SelectRange, of the angle coordinate of cylidrical coordinates of you cylinder. SelectRange is illustrated in visad/examples/Test21.java. Your data would need to include a RealType with values at each point for the angle coordinate. Good luck, Bill
visad
archives: