; 
; 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 UCDtest2

; open hdf vset file test2.vset
data file test2.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
; connectivity list is named hull in this case (default plist*)
data connect plist*
data load



