|
Slicing is is one of the most common and useful visualization operations.
A 2D dataset is sliced out of the 3D cube and color of each point on the
slice corresponds to the magnitude of the data value at that location.
Both the slicing and graphic rendering for the slice can be done in
one operation using the arbitrary slicer mapper module. This module can
also slice in non-orthogonal directions through the dataset.
As with the isosurface example, the dataset is the probability density for
finding an electron in a d0 hydrogen orbital.
The hydrogen orbital dataset is in "fields/hydrogen.fld" from the default
starting directory for the read field module.
|