2D_bounds

Author

 KGT (Kubota Graphics Technologies) Inc.
    Makefile.osf1    for DEC Alpha/osf1 2.0
    Makefile.sun2    for SUN Solaris2.3 
    f77              special f77 
    bounds.f         source file 
    falloc.c         source file  (used for fortran allocation)
    bounds.net       sample network
    bounds.txt       Module Reference
 Note : You have to use f77 in this directory to create the module.
 # make -f Makefile.***
 

Name

  2D bounds --- generate bounding box of 2D field

Summary

   Name           2D bounds

Type

         mapper

Outputs

       field 2D 3-space real irregular

Parameters

    Name          Type      Default   Min/Max
                  On/Off        boolean   On        on/off
                  mesh/outline  choice    mesh      mesh/outline

Description

   The "2D bounds" module generates lines that indicate the 
   bounding box of 2D field.
   It is used to get the 2D mesh of 3D field.
   For example, you can use this module to check CFD grid.
Parameters
   On/Off           Set visible/Invisible
   mesh/outline     Creates line (mesh or outline)

Example

    Select data ($AVS_PATH/data/field/bluntfin.fld).
                       read_field
                           |
                 +---------+-----------+
                 |                     |
          orthgonal slicer             |
                 |               volume bounds
                 |                     |
             2d bounds                 |
                 |                     |
                 +----------+----------+
                            |
                     geometry viewer

See also

     Contour Lines (other PDS module)
                                read_field
                                    |
                     +--------------+-----------+
                     |                          |
              orthgonal slicer                  |
                     |                    volume bounds
                     +-------------+            |
 generate            |             |            |
     colormap  extract scalar   2d bounds       |                     
         |           |             |            |
         +-----+     |             |            |
               |     |             |            |
            Contour Lines          |            |
                     |             |            |
                     +-------------+------------+
                                   |
                             geometry viewer