SLIDE 96 Intro Overview Basics Quantitative Controls Scripting Remote Summary
Animating an operator: no animation yet
# t h i s i s c l i p S t a t i c . py DeleteAllPlots ( ) AddPlot ( " Pseudocolor " , " hardyglobal " ) c0 = View3DAttributes ( ) c0 . viewNormal = ( 0 . 9 , 0 . , 0.4358898943540673) c0 . focus , c0 . viewUp = (0 , 0 , 0) , (0 , 0 , 1) c0 . viewAngle , c0 . p a r a l l e l S c a l e = 30 , 17.3205 c0 . nearPlane , c0 . farPlane , c0 . perspective = −171.473 , 171.473 , 1 SetView3D ( c0 ) l i g ht 0 = LightAttributes ( ) l i g ht 0 . enabledFlag , l i g ht 0 . type = 1 , l i g h t0 . Camera l i g ht 0 . direction = ( 0 . , −0.6 , −0.8) l i g ht 0 . color , l i g ht 0 . brightness = (255 , 255 , 255 , 255) , 1 SetLight (0 , l i g ht 0 ) AddOperator ( " Clip " ) clipAtts = ClipAttributes ( ) clipAtts . funcType , clipAtts . plane1Status = clipAtts . Plane , 1 clipAtts . plane1Origin , clipAtts . plane1Normal = (0 , 0 , 0) , (0 , 0 , 1) SetOperatorOptions ( clipAtts ) DrawPlots ( )
VisIt Workshop winter 2017 82 / 109