Lawrence Livermore National Laboratory                          object operations

################################################################################

                               DISCLAIMER
                             
This document was prepared as an account of work sponsored by an agency of the
United States Government. Neither the United States Government nor the 
University of California nor any of their employees, makes any warrenty,
expressed or implied, or assumes any liability or responsibility for the
accuracy, completeness, or usefulness of any information, apparatus, product,
or process disclosed, or represents that its specific commercial products,
process, or service by trade name, trademark, manufacturer, or otherwise, does
not necessarily constitute or imply its endorsement, recommendation, or favoring
by the United States Government or the University of California, and shall not
be used for advertising or product endorsement purposes.

################################################################################

NAME:      object operations - recreate transformation options found in
                               the geometry viewer

AUTHOR:    Kathleen M. Dyer, Lawrence Livermore National Laboratory

TYPE:      data output

INPUTS:    none

OUTPUTS:   none

PARAMETERS:   Name                Type       Default
              Normalize Picture  boolean       off
              Reset Picture      boolean       off



DESCRIPTION
    This module recreates the functionalities of some of the transformation
    options available in the geometry viewer. While this may seem redundant
    at first glance, it has proven to be a very useful module.
    
    The module is mainly used in networks where the Layout Editor is used
    to customize the user interface. The locations and appearances of this
    module's control widgets can be altered, while their corresponding
    widgets in the Geometry Viewer cannot.
    
    The module has no input or output ports. To include it in a network,
    simply drag it into the workspace.

PARAMETERS
    Normalize Picture  - This toggle scales the current object so that it
                         fills the window. Read about the Geometry Viewer's
			 "Normalize" widget for more information.
    
    Reset Picture      - This toggle restores the current transformable to
                         its original position. Read about the Geometry 
			 Viewer's "Reset" widget for more information.

EXAMPLE
      The following network shows a typical usage of object operations:


                               read field
                                    |
                                    |
        generate colormap    extract scalar
                |                   |
                |                   |
                |  _________________|
                |  |                |
                |  |         orthogonal slicer
                |  |                |
                |  |                |
           color range              |            object operations
                |                   |
                |                   |
                |_______________    |
                                |   |
                             field to mesh
                                    |
                                    |
                            render geometry
                                    |
                                    |
                              display pixmap

RELATED MODULES
      render geometry

Lawrence Livermore National Laboratory                          object operations
