#!/usr/bin/avs -network
version 5.02 (50.62 SunOS4)
module "read ucd.user.0" -xy 620,11 -ex $Path/avs_library/ucd_multm
module "ucd to geom.user.1" -xy 620,83 -ex $Path/avs_library/ucd_multm
module "geometry viewer.user.2" -xy 620,146
module "ucd anno.user.3" -xy 485,83 -ex $Path/avs_library/ucd_multm
port_connect "read ucd.user.0":0 "ucd anno.user.3":0
port_connect "read ucd.user.0":0 "ucd to geom.user.1":0
port_connect "ucd to geom.user.1":0 "geometry viewer.user.2":0
port_connect "ucd anno.user.3":0 "geometry viewer.user.2":0
geom_set_scene -scene "geometry viewer.user.2"
geom_set_camera_name "Camera 1"
geom_resize_camera -view "Camera 1" 512 512
#
# State for view: Camera 1
#
geom_set_position -view "Camera 1" 0 0 -12
geom_set_view_modes -depth_cue 0 -view "Camera 1"
geom_set_view_modes -polygonal_spheres 0 -view "Camera 1"
geom_set_view_modes -stereo 0 -view "Camera 1"
geom_set_view_modes -head_tracking 1 -view "Camera 1"
geom_set_view_modes -z_buffer 1 -view "Camera 1"
geom_set_camera_params -view "Camera 1" -front -88 -back 112
geom_set_depth_cue_params "Camera 1" -scale 0.1
#
# Light state
#
geom_set_light -light 1 -type directional -state 1
geom_set_light -type ambient -state 1
#
# State for object: top
#
geom_set_cur_cli_obj top
shell "ui" shell
 panel Application -w app_panel -p ui -xy 0,0 -wh 259,1024
  panel "Top Level Stack" -w master_stack -p Application -xy 2,99 -wh 258,736
   panel "read ucd.user.0" -w panel -p "Top Level Stack" -xy 0,64 -wh 258,217
    manipulator "read ucd.user.0:read file" -w browser -p "read ucd.user.0" \
        -xy 10,10 -wh 237,196
   panel "ucd to geom.user.1" -w panel -p "Top Level Stack" -xy 0,85 -wh 229,411
    manipulator "ucd to geom.user.1:Shrink" -w toggle -p "ucd to geom.user.1" \
        -xy 10,10 -wh 118,21
    manipulator "ucd to geom.user.1:Shrink Factor" -w idial -p "ucd to geom.user.1" \
        -xy 129,10 -wh 90,130
    manipulator "ucd to geom.user.1:Geometry Display Mode" -w text -p "ucd to geom.user.1" \
        -xy 10,140 -wh 178,21
    manipulator "ucd to geom.user.1:mode" -w radio_buttons -p "ucd to geom.user.1" \
        -xy 10,162 -wh 178,65
    manipulator "ucd to geom.user.1:Explode Materials" -w toggle -p "ucd to geom.user.1" \
        -xy 10,227 -wh 118,21
    manipulator "ucd to geom.user.1:Explode Factor" -w idial -p "ucd to geom.user.1" \
        -xy 129,227 -wh 90,130
    manipulator "ucd to geom.user.1:Save Geometry" -w toggle -p "ucd to geom.user.1" \
        -xy 10,357 -wh 118,21
    manipulator "ucd to geom.user.1:Color Cells" -w toggle -p "ucd to geom.user.1" \
        -xy 10,379 -wh 118,21
   panel "ucd anno.user.3" -w panel -p "Top Level Stack" -xy 0,107 -wh 229,628
    manipulator "ucd anno.user.3:Node Data" -w toggle -p "ucd anno.user.3" \
        -xy 10,10 -wh 118,21
    manipulator "ucd anno.user.3:node data" -w radio_buttons -p "ucd anno.user.3" \
        -xy 10,32 -wh 118,108
    manipulator "ucd anno.user.3:Cell Data" -w toggle -p "ucd anno.user.3" \
        -xy 10,140 -wh 118,21
    manipulator "ucd anno.user.3:cell data" -w radio_buttons -p "ucd anno.user.3" \
        -xy 10,162 -wh 118,108
    manipulator "ucd anno.user.3:Label Options" -w text -p "ucd anno.user.3" \
        -xy 10,270 -wh 118,21
    manipulator "ucd anno.user.3:label id" -w toggle -p "ucd anno.user.3" \
        -xy 10,292 -wh 118,21
    manipulator "ucd anno.user.3:label value" -w toggle -p "ucd anno.user.3" \
        -xy 10,314 -wh 118,21
    manipulator "ucd anno.user.3:cell nodes" -w toggle -p "ucd anno.user.3" \
        -xy 10,336 -wh 118,21
    manipulator "ucd anno.user.3:title" -w toggle -p "ucd anno.user.3" \
        -xy 10,357 -wh 118,21
    manipulator "ucd anno.user.3:Text Size" -w idial -p "ucd anno.user.3" \
        -xy 129,357 -wh 90,130
    manipulator "ucd anno.user.3:Text Offset" -w dial -p "ucd anno.user.3" \
        -xy 10,488 -wh 90,130
 panel "geometry viewer.user.2!display" -w container -p ui -xy 0,0 -wh 628,660\
   -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0"
manipulator "geometry viewer.user.2":object -w none
manipulator "geometry viewer.user.2":"Update Always" -w none
manipulator "geometry viewer.user.2":"Update Image" -w none
# End of file
