; 
; PolyView 2.0
; National Center for Supercomputing Applications
; University of Illinois at Urbana-Champaign
; 
; Problems?  Please e-mail polyview@ncsa.uiuc.edu


; Open window
window open polyview UCDtest1

; open hdf vset file test1.vset
data file test1.vset
; take all frames
data frame /*

draw edges
drag edges

; Set up data for window and load it.
data color pz 
data x-axis px
data y-axis py
data z-axis pz
data connect hull*
data load



