# Visit 2.0.0 log file
ScriptVersion = "2.0.0"
if ScriptVersion != Version():
    print "This script is for VisIt %s. It may not work with version %s" % (ScriptVersion, Version())
ShowAllWindows()
OpenDatabase("/scratch/01369/tfogal/helium/1024//ups-helium.bov", 0)
# The UpdateDBPluginInfo RPC is not supported in the VisIt module so it will not be logged.
RenderingAtts = RenderingAttributes()
RenderingAtts.antialiasing = 0
RenderingAtts.geometryRepresentation = RenderingAtts.Surfaces  # Surfaces, Wireframe, Points
RenderingAtts.displayListMode = RenderingAtts.Auto  # Never, Always, Auto
RenderingAtts.stereoRendering = 0
RenderingAtts.stereoType = RenderingAtts.CrystalEyes  # RedBlue, Interlaced, CrystalEyes, RedGreen
RenderingAtts.notifyForEachRender = 0
RenderingAtts.scalableActivationMode = RenderingAtts.Always  # Never, Always, Auto
RenderingAtts.scalableAutoThreshold = 2000000
RenderingAtts.specularFlag = 0
RenderingAtts.specularCoeff = 0.6
RenderingAtts.specularPower = 10
RenderingAtts.specularColor = (255, 255, 255, 255)
RenderingAtts.doShadowing = 0
RenderingAtts.shadowStrength = 0.5
RenderingAtts.doDepthCueing = 0
RenderingAtts.startCuePoint = (-10, 0, 0)
RenderingAtts.endCuePoint = (10, 0, 0)
RenderingAtts.compressionActivationMode = RenderingAtts.Never  # Never, Always, Auto
RenderingAtts.colorTexturingFlag = 1
SetRenderingAttributes(RenderingAtts)
AnnotationAtts = AnnotationAttributes()
AnnotationAtts.axes2D.visible = 0
AnnotationAtts.axes2D.autoSetTicks = 1
AnnotationAtts.axes2D.autoSetScaling = 1
AnnotationAtts.axes2D.lineWidth = 0
AnnotationAtts.axes2D.tickLocation = AnnotationAtts.axes2D.Outside  # Inside, Outside, Both
AnnotationAtts.axes2D.tickAxes = AnnotationAtts.axes2D.BottomLeft  # Off, Bottom, Left, BottomLeft, All
AnnotationAtts.axes2D.xAxis.title.visible = 0
AnnotationAtts.axes2D.xAxis.title.font.font = AnnotationAtts.axes2D.xAxis.title.font.Courier  # Arial, Courier, Times
AnnotationAtts.axes2D.xAxis.title.font.scale = 1
AnnotationAtts.axes2D.xAxis.title.font.useForegroundColor = 1
AnnotationAtts.axes2D.xAxis.title.font.color = (0, 0, 0, 255)
AnnotationAtts.axes2D.xAxis.title.font.bold = 1
AnnotationAtts.axes2D.xAxis.title.font.italic = 1
AnnotationAtts.axes2D.xAxis.title.userTitle = 0
AnnotationAtts.axes2D.xAxis.title.userUnits = 0
AnnotationAtts.axes2D.xAxis.title.title = "X-Axis"
AnnotationAtts.axes2D.xAxis.title.units = ""
AnnotationAtts.axes2D.xAxis.label.visible = 0
AnnotationAtts.axes2D.xAxis.label.font.font = AnnotationAtts.axes2D.xAxis.label.font.Courier  # Arial, Courier, Times
AnnotationAtts.axes2D.xAxis.label.font.scale = 1
AnnotationAtts.axes2D.xAxis.label.font.useForegroundColor = 1
AnnotationAtts.axes2D.xAxis.label.font.color = (0, 0, 0, 255)
AnnotationAtts.axes2D.xAxis.label.font.bold = 1
AnnotationAtts.axes2D.xAxis.label.font.italic = 1
AnnotationAtts.axes2D.xAxis.label.scaling = 0
AnnotationAtts.axes2D.xAxis.tickMarks.visible = 1
AnnotationAtts.axes2D.xAxis.tickMarks.majorMinimum = 0
AnnotationAtts.axes2D.xAxis.tickMarks.majorMaximum = 1
AnnotationAtts.axes2D.xAxis.tickMarks.minorSpacing = 0.02
AnnotationAtts.axes2D.xAxis.tickMarks.majorSpacing = 0.2
AnnotationAtts.axes2D.xAxis.grid = 0
AnnotationAtts.axes2D.yAxis.title.visible = 0
AnnotationAtts.axes2D.yAxis.title.font.font = AnnotationAtts.axes2D.yAxis.title.font.Courier  # Arial, Courier, Times
AnnotationAtts.axes2D.yAxis.title.font.scale = 1
AnnotationAtts.axes2D.yAxis.title.font.useForegroundColor = 1
AnnotationAtts.axes2D.yAxis.title.font.color = (0, 0, 0, 255)
AnnotationAtts.axes2D.yAxis.title.font.bold = 1
AnnotationAtts.axes2D.yAxis.title.font.italic = 1
AnnotationAtts.axes2D.yAxis.title.userTitle = 0
AnnotationAtts.axes2D.yAxis.title.userUnits = 0
AnnotationAtts.axes2D.yAxis.title.title = "Y-Axis"
AnnotationAtts.axes2D.yAxis.title.units = ""
AnnotationAtts.axes2D.yAxis.label.visible = 0
AnnotationAtts.axes2D.yAxis.label.font.font = AnnotationAtts.axes2D.yAxis.label.font.Courier  # Arial, Courier, Times
AnnotationAtts.axes2D.yAxis.label.font.scale = 1
AnnotationAtts.axes2D.yAxis.label.font.useForegroundColor = 1
AnnotationAtts.axes2D.yAxis.label.font.color = (0, 0, 0, 255)
AnnotationAtts.axes2D.yAxis.label.font.bold = 1
AnnotationAtts.axes2D.yAxis.label.font.italic = 1
AnnotationAtts.axes2D.yAxis.label.scaling = 0
AnnotationAtts.axes2D.yAxis.tickMarks.visible = 1
AnnotationAtts.axes2D.yAxis.tickMarks.majorMinimum = 0
AnnotationAtts.axes2D.yAxis.tickMarks.majorMaximum = 1
AnnotationAtts.axes2D.yAxis.tickMarks.minorSpacing = 0.02
AnnotationAtts.axes2D.yAxis.tickMarks.majorSpacing = 0.2
AnnotationAtts.axes2D.yAxis.grid = 0
AnnotationAtts.axes3D.visible = 1
AnnotationAtts.axes3D.autoSetTicks = 1
AnnotationAtts.axes3D.autoSetScaling = 1
AnnotationAtts.axes3D.lineWidth = 0
AnnotationAtts.axes3D.tickLocation = AnnotationAtts.axes3D.Inside  # Inside, Outside, Both
AnnotationAtts.axes3D.axesType = AnnotationAtts.axes3D.ClosestTriad  # ClosestTriad, FurthestTriad, OutsideEdges, StaticTriad, StaticEdges
AnnotationAtts.axes3D.triadFlag = 1
AnnotationAtts.axes3D.bboxFlag = 0
AnnotationAtts.axes3D.xAxis.title.visible = 1
AnnotationAtts.axes3D.xAxis.title.font.font = AnnotationAtts.axes3D.xAxis.title.font.Arial  # Arial, Courier, Times
AnnotationAtts.axes3D.xAxis.title.font.scale = 1
AnnotationAtts.axes3D.xAxis.title.font.useForegroundColor = 1
AnnotationAtts.axes3D.xAxis.title.font.color = (0, 0, 0, 255)
AnnotationAtts.axes3D.xAxis.title.font.bold = 0
AnnotationAtts.axes3D.xAxis.title.font.italic = 0
AnnotationAtts.axes3D.xAxis.title.userTitle = 0
AnnotationAtts.axes3D.xAxis.title.userUnits = 0
AnnotationAtts.axes3D.xAxis.title.title = "X-Axis"
AnnotationAtts.axes3D.xAxis.title.units = ""
AnnotationAtts.axes3D.xAxis.label.visible = 1
AnnotationAtts.axes3D.xAxis.label.font.font = AnnotationAtts.axes3D.xAxis.label.font.Arial  # Arial, Courier, Times
AnnotationAtts.axes3D.xAxis.label.font.scale = 1
AnnotationAtts.axes3D.xAxis.label.font.useForegroundColor = 1
AnnotationAtts.axes3D.xAxis.label.font.color = (0, 0, 0, 255)
AnnotationAtts.axes3D.xAxis.label.font.bold = 0
AnnotationAtts.axes3D.xAxis.label.font.italic = 0
AnnotationAtts.axes3D.xAxis.label.scaling = 0
AnnotationAtts.axes3D.xAxis.tickMarks.visible = 1
AnnotationAtts.axes3D.xAxis.tickMarks.majorMinimum = 0
AnnotationAtts.axes3D.xAxis.tickMarks.majorMaximum = 1
AnnotationAtts.axes3D.xAxis.tickMarks.minorSpacing = 0.02
DisableRedraw()
InvertBackgroundColor()
RedrawWindow()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0147592, -0.538325, -0.842608)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.999868, -0.0136152, -0.00881526)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0147592, -0.538325, -0.842608)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.999868, -0.0136152, -0.00881526)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0217206, -0.538445, -0.842127)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.99953, -0.0166931, -0.0151103)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-4.44119e-05, -0.000632034)
View3DAtts.imageZoom = 0.95119
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0217206, -0.538445, -0.842127)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.99953, -0.0166931, -0.0151103)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-4.44119e-05, -0.000632034)
View3DAtts.imageZoom = 0.95119
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0289051, -0.538584, -0.841636)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.999194, -0.0198448, -0.0216229)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000158614, -0.00225727)
View3DAtts.imageZoom = 0.901715
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0289051, -0.538584, -0.841636)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.999194, -0.0198448, -0.0216229)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000158614, -0.00225727)
View3DAtts.imageZoom = 0.901715
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0362213, -0.538733, -0.84114)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.99886, -0.0230401, -0.0282641)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000314056, -0.00446939)
View3DAtts.imageZoom = 0.851848
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0362213, -0.538733, -0.84114)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.99886, -0.0230401, -0.0282641)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000314056, -0.00446939)
View3DAtts.imageZoom = 0.851848
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0435781, -0.538886, -0.840642)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998526, -0.0262489, -0.0349448)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000482187, -0.00686209)
View3DAtts.imageZoom = 0.80186
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0435781, -0.538886, -0.840642)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998526, -0.0262489, -0.0349448)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000482187, -0.00686209)
View3DAtts.imageZoom = 0.80186
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0508842, -0.539035, -0.840146)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998192, -0.0294408, -0.0415761)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000634456, -0.00902906)
View3DAtts.imageZoom = 0.752022
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0508842, -0.539035, -0.840146)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998192, -0.0294408, -0.0415761)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000634456, -0.00902906)
View3DAtts.imageZoom = 0.752022
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0580484, -0.539172, -0.839657)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997856, -0.0325858, -0.0480689)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000742314, -0.010564)
View3DAtts.imageZoom = 0.702608
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0580484, -0.539172, -0.839657)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997856, -0.0325858, -0.0480689)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000742314, -0.010564)
View3DAtts.imageZoom = 0.702608
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0649794, -0.539289, -0.839177)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997518, -0.0356537, -0.0543343)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000777209, -0.0110606)
View3DAtts.imageZoom = 0.653889
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0649794, -0.539289, -0.839177)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997518, -0.0356537, -0.0543343)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000777209, -0.0110606)
View3DAtts.imageZoom = 0.653889
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.071586, -0.53938, -0.83871)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997176, -0.0386142, -0.0602831)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000710591, -0.0101125)
View3DAtts.imageZoom = 0.606136
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.071586, -0.53938, -0.83871)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997176, -0.0386142, -0.0602831)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000710591, -0.0101125)
View3DAtts.imageZoom = 0.606136
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0777769, -0.539437, -0.838261)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.99683, -0.0414373, -0.0658265)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000513909, -0.00731354)
View3DAtts.imageZoom = 0.559622
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0777769, -0.539437, -0.838261)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.99683, -0.0414373, -0.0658265)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000513909, -0.00731354)
View3DAtts.imageZoom = 0.559622
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0834609, -0.539451, -0.837833)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996479, -0.0440927, -0.0708754)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000158614, -0.00225727)
View3DAtts.imageZoom = 0.514619
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0834609, -0.539451, -0.837833)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996479, -0.0440927, -0.0708754)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.000158614, -0.00225727)
View3DAtts.imageZoom = 0.514619
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0881341, -0.539527, -0.837503)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996243, -0.0463822, -0.0749603)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.000436996, 0.00558643)
View3DAtts.imageZoom = 0.470767
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0881341, -0.539527, -0.837503)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996243, -0.0463822, -0.0749603)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.000436996, 0.00558643)
View3DAtts.imageZoom = 0.470767
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0907209, -0.539955, -0.837459)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996438, -0.0478684, -0.0770896)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00141159, 0.0165442)
View3DAtts.imageZoom = 0.426429
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0907209, -0.539955, -0.837459)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996438, -0.0478684, -0.0770896)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00141159, 0.0165442)
View3DAtts.imageZoom = 0.426429
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0917842, -0.540619, -0.837616)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996929, -0.0487725, -0.0777877)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00267424, 0.0300308)
View3DAtts.imageZoom = 0.382013
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0917842, -0.540619, -0.837616)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996929, -0.0487725, -0.0777877)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00267424, 0.0300308)
View3DAtts.imageZoom = 0.382013
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0920041, -0.541371, -0.837869)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997547, -0.0493635, -0.077687)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00411823, 0.0454111)
View3DAtts.imageZoom = 0.338089
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0920041, -0.541371, -0.837869)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997547, -0.0493635, -0.077687)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00411823, 0.0454111)
View3DAtts.imageZoom = 0.338089
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0920609, -0.542065, -0.838111)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998124, -0.0499104, -0.0774203)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00563684, 0.0620498)
View3DAtts.imageZoom = 0.295228
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0920609, -0.542065, -0.838111)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998124, -0.0499104, -0.0774203)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00563684, 0.0620498)
View3DAtts.imageZoom = 0.295228
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0926348, -0.542553, -0.838238)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998493, -0.0506819, -0.0776204)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00712337, 0.0793114)
View3DAtts.imageZoom = 0.254002
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0926348, -0.542553, -0.838238)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998493, -0.0506819, -0.0776204)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00712337, 0.0793114)
View3DAtts.imageZoom = 0.254002
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0944061, -0.542687, -0.838142)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998485, -0.051947, -0.0789197)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00847109, 0.0965608)
View3DAtts.imageZoom = 0.214981
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0944061, -0.542687, -0.838142)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.998485, -0.051947, -0.0789197)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00847109, 0.0965608)
View3DAtts.imageZoom = 0.214981
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0980548, -0.542322, -0.837719)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997932, -0.0539747, -0.0819511)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00957329, 0.113162)
View3DAtts.imageZoom = 0.178737
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.0980548, -0.542322, -0.837719)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.997932, -0.0539747, -0.0819511)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00957329, 0.113162)
View3DAtts.imageZoom = 0.178737
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.104261, -0.54131, -0.836864)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996665, -0.0570338, -0.0873472)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.0103233, 0.128481)
View3DAtts.imageZoom = 0.145839
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.104261, -0.54131, -0.836864)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.996665, -0.0570338, -0.0873472)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.0103233, 0.128481)
View3DAtts.imageZoom = 0.145839
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.113706, -0.539503, -0.835469)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.994518, -0.0613931, -0.0957407)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.0106143, 0.141882)
View3DAtts.imageZoom = 0.11686
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.113706, -0.539503, -0.835469)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.994518, -0.0613931, -0.0957407)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.0106143, 0.141882)
View3DAtts.imageZoom = 0.11686
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.127043, -0.536756, -0.833432)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.991322, -0.0673129, -0.10774)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.0103462, 0.152812)
View3DAtts.imageZoom = 0.0924142
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.127043, -0.536756, -0.833432)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.991322, -0.0673129, -0.10774)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.0103462, 0.152812)
View3DAtts.imageZoom = 0.0924142
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.144249, -0.533015, -0.830735)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.987036, -0.0747956, -0.123313)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00955302, 0.161972)
View3DAtts.imageZoom = 0.0732154
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.144249, -0.533015, -0.830735)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.987036, -0.0747956, -0.123313)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00955302, 0.161972)
View3DAtts.imageZoom = 0.0732154
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.164727, -0.528416, -0.827472)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.98181, -0.0836045, -0.141907)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00832557, 0.16986)
View3DAtts.imageZoom = 0.0586993
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.164727, -0.528416, -0.827472)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.98181, -0.0836045, -0.141907)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00832557, 0.16986)
View3DAtts.imageZoom = 0.0586993
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.187888, -0.523111, -0.823745)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.975813, -0.093501, -0.162977)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00674204, 0.176705)
View3DAtts.imageZoom = 0.0480229
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.187888, -0.523111, -0.823745)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.975813, -0.093501, -0.162977)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00674204, 0.176705)
View3DAtts.imageZoom = 0.0480229
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.213143, -0.517257, -0.819656)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.969216, -0.104246, -0.185981)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00488059, 0.182736)
View3DAtts.imageZoom = 0.0403434
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.213143, -0.517257, -0.819656)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.969216, -0.104246, -0.185981)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00488059, 0.182736)
View3DAtts.imageZoom = 0.0403434
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.239903, -0.511008, -0.815307)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.962186, -0.115602, -0.210373)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00281939, 0.188181)
View3DAtts.imageZoom = 0.0348179
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.239903, -0.511008, -0.815307)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.962186, -0.115602, -0.210373)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.00281939, 0.188181)
View3DAtts.imageZoom = 0.0348179
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.267579, -0.504518, -0.810799)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.954894, -0.127328, -0.235612)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.000636588, 0.193271)
View3DAtts.imageZoom = 0.0306035
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.267579, -0.504518, -0.810799)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.954894, -0.127328, -0.235612)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (0.000636588, 0.193271)
View3DAtts.imageZoom = 0.0306035
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.295583, -0.497942, -0.806234)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.947507, -0.139188, -0.261152)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.00158963, 0.198232)
View3DAtts.imageZoom = 0.0268574
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.295583, -0.497942, -0.806234)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.947507, -0.139188, -0.261152)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.00158963, 0.198232)
View3DAtts.imageZoom = 0.0268574
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.323325, -0.491435, -0.801715)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.940196, -0.150941, -0.286451)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.00378112, 0.203296)
View3DAtts.imageZoom = 0.0227367
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.323325, -0.491435, -0.801715)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.940196, -0.150941, -0.286451)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.00378112, 0.203296)
View3DAtts.imageZoom = 0.0227367
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.350216, -0.485152, -0.797343)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.933129, -0.162349, -0.310964)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.00585969, 0.208691)
View3DAtts.imageZoom = 0.0173985
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.350216, -0.485152, -0.797343)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.933129, -0.162349, -0.310964)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.00585969, 0.208691)
View3DAtts.imageZoom = 0.0173985
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (0, 0, 1)
View3DAtts.focus = (0, 0, 0)
View3DAtts.viewUp = (0, 1, 0)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 0.5
View3DAtts.nearPlane = -0.5
View3DAtts.farPlane = 0.5
View3DAtts.imagePan = (0, 0)
View3DAtts.imageZoom = 1
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (0, 0, 0)
SetView3D(View3DAtts)
# Begin spontaneous state
View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.375667, -0.479246, -0.79322)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.926475, -0.173174, -0.334149)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.0077472, 0.214645)
View3DAtts.imageZoom = 0.01
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
# End spontaneous state

View3DAtts = View3DAttributes()
View3DAtts.viewNormal = (-0.375667, -0.479246, -0.79322)
View3DAtts.focus = (16, 16, 16)
View3DAtts.viewUp = (0.926475, -0.173174, -0.334149)
View3DAtts.viewAngle = 30
View3DAtts.parallelScale = 27.7128
View3DAtts.nearPlane = -55.4256
View3DAtts.farPlane = 55.4256
View3DAtts.imagePan = (-0.0077472, 0.214645)
View3DAtts.imageZoom = 0.01
View3DAtts.perspective = 1
View3DAtts.eyeAngle = 2
View3DAtts.centerOfRotationSet = 0
View3DAtts.centerOfRotation = (16, 16, 16)
SetView3D(View3DAtts)
SetActivePlots(0)
DeleteActivePlots()
AddPlot("Volume", "helium", 1, 1)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (0, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (0, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (255, 255, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (255, 0, 0, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255)
VolumeAtts.useColorVarMin = 0
VolumeAtts.colorVarMin = 0
VolumeAtts.useColorVarMax = 0
VolumeAtts.colorVarMax = 0
VolumeAtts.useOpacityVarMin = 0
VolumeAtts.opacityVarMin = 0
VolumeAtts.useOpacityVarMax = 0
VolumeAtts.opacityVarMax = 0
VolumeAtts.smoothData = 0
VolumeAtts.samplesPerRay = 500
VolumeAtts.rendererType = VolumeAtts.Tuvok  # Splatting, Texture3D, RayCasting, RayCastingIntegration, SLIVR, Tuvok
VolumeAtts.gradientType = VolumeAtts.SobelOperator  # CenteredDifferences, SobelOperator
VolumeAtts.num3DSlices = 200
VolumeAtts.scaling = VolumeAtts.Linear  # Linear, Log10, Skew
VolumeAtts.skewFactor = 1
VolumeAtts.sampling = VolumeAtts.Rasterization  # KernelBased, Rasterization
VolumeAtts.rendererSamples = 3
#transferFunction2DWidgets does not contain any TransferFunctionWidget objects.
VolumeAtts.transferFunctionDim = 1
SetPlotOptions(VolumeAtts)
VolumeAtts = VolumeAttributes()
VolumeAtts.legendFlag = 1
VolumeAtts.lightingFlag = 1
VolumeAtts.colorControlPoints.GetControlPoints(0).colors = (204, 0, 153, 255)
VolumeAtts.colorControlPoints.GetControlPoints(0).position = 0
VolumeAtts.colorControlPoints.GetControlPoints(1).colors = (206, 15, 159, 255)
VolumeAtts.colorControlPoints.GetControlPoints(1).position = 0.0357143
VolumeAtts.colorControlPoints.GetControlPoints(2).colors = (208, 32, 164, 255)
VolumeAtts.colorControlPoints.GetControlPoints(2).position = 0.0714286
VolumeAtts.colorControlPoints.GetControlPoints(3).colors = (210, 48, 170, 255)
VolumeAtts.colorControlPoints.GetControlPoints(3).position = 0.107143
VolumeAtts.colorControlPoints.GetControlPoints(4).colors = (211, 65, 175, 255)
VolumeAtts.colorControlPoints.GetControlPoints(4).position = 0.142857
VolumeAtts.colorControlPoints.GetControlPoints(5).colors = (213, 81, 181, 255)
VolumeAtts.colorControlPoints.GetControlPoints(5).position = 0.178571
VolumeAtts.colorControlPoints.GetControlPoints(6).colors = (215, 98, 186, 255)
VolumeAtts.colorControlPoints.GetControlPoints(6).position = 0.214286
VolumeAtts.colorControlPoints.GetControlPoints(7).colors = (217, 114, 192, 255)
VolumeAtts.colorControlPoints.GetControlPoints(7).position = 0.25
VolumeAtts.colorControlPoints.GetControlPoints(8).colors = (219, 131, 197, 255)
VolumeAtts.colorControlPoints.GetControlPoints(8).position = 0.285714
VolumeAtts.colorControlPoints.GetControlPoints(9).colors = (221, 147, 203, 255)
VolumeAtts.colorControlPoints.GetControlPoints(9).position = 0.321429
VolumeAtts.colorControlPoints.GetControlPoints(10).colors = (223, 164, 208, 255)
VolumeAtts.colorControlPoints.GetControlPoints(10).position = 0.357143
VolumeAtts.colorControlPoints.GetControlPoints(11).colors = (224, 180, 214, 255)
VolumeAtts.colorControlPoints.GetControlPoints(11).position = 0.392857
VolumeAtts.colorControlPoints.GetControlPoints(12).colors = (226, 196, 219, 255)
VolumeAtts.colorControlPoints.GetControlPoints(12).position = 0.428571
VolumeAtts.colorControlPoints.GetControlPoints(13).colors = (228, 213, 225, 255)
VolumeAtts.colorControlPoints.GetControlPoints(13).position = 0.464286
VolumeAtts.colorControlPoints.GetControlPoints(14).colors = (255, 255, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(14).position = 0.5
VolumeAtts.colorControlPoints.GetControlPoints(15).colors = (213, 213, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(15).position = 0.535714
VolumeAtts.colorControlPoints.GetControlPoints(16).colors = (196, 196, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(16).position = 0.571429
VolumeAtts.colorControlPoints.GetControlPoints(17).colors = (180, 180, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(17).position = 0.607143
VolumeAtts.colorControlPoints.GetControlPoints(18).colors = (164, 164, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(18).position = 0.642857
VolumeAtts.colorControlPoints.GetControlPoints(19).colors = (147, 147, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(19).position = 0.678571
VolumeAtts.colorControlPoints.GetControlPoints(20).colors = (131, 131, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(20).position = 0.714286
VolumeAtts.colorControlPoints.GetControlPoints(21).colors = (114, 114, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(21).position = 0.75
VolumeAtts.colorControlPoints.GetControlPoints(22).colors = (98, 98, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(22).position = 0.785714
VolumeAtts.colorControlPoints.GetControlPoints(23).colors = (81, 81, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(23).position = 0.821429
VolumeAtts.colorControlPoints.GetControlPoints(24).colors = (65, 65, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(24).position = 0.857143
VolumeAtts.colorControlPoints.GetControlPoints(25).colors = (48, 48, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(25).position = 0.892857
VolumeAtts.colorControlPoints.GetControlPoints(26).colors = (32, 32, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(26).position = 0.928571
VolumeAtts.colorControlPoints.GetControlPoints(27).colors = (15, 15, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(27).position = 0.964286
VolumeAtts.colorControlPoints.GetControlPoints(28).colors = (0, 0, 255, 255)
VolumeAtts.colorControlPoints.GetControlPoints(28).position = 1
VolumeAtts.colorControlPoints.smoothingFlag = 1
VolumeAtts.colorControlPoints.equalSpacingFlag = 0
VolumeAtts.colorControlPoints.discreteFlag = 0
VolumeAtts.colorControlPoints.externalFlag = 0
VolumeAtts.opacityAttenuation = 1
VolumeAtts.opacityMode = VolumeAtts.FreeformMode  # FreeformMode, GaussianMode, ColorTableMode
#controlPoints does not contain any GaussianControlPoint objects.
VolumeAtts.resampleTarget = 50000
VolumeAtts.opacityVariable = "default"
VolumeAtts.freeformOpacity = (0, 0, 0, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0,DrawPlots()
SaveWindowAtts = SaveWindowAttributes()
SaveWindowAtts.outputToCurrentDirectory = 1
SaveWindowAtts.outputDirectory = "."
SaveWindowAtts.fileName = "visit"
SaveWindowAtts.family = 1
SaveWindowAtts.format = SaveWindowAtts.PNG  # BMP, CURVE, JPEG, OBJ, PNG, POSTSCRIPT, POVRAY, PPM, RGB, STL, TIFF, ULTRA, VTK
SaveWindowAtts.width = 1024
SaveWindowAtts.height = 768
SaveWindowAtts.screenCapture = 0
SaveWindowAtts.saveTiled = 0
SaveWindowAtts.quality = 100
SaveWindowAtts.progressive = 0
SaveWindowAtts.binary = 0
SaveWindowAtts.stereo = 0
SaveWindowAtts.compression = SaveWindowAtts.PackBits  # None, PackBits, Jpeg, Deflate
SaveWindowAtts.forceMerge = 0
SaveWindowAtts.resConstraint = SaveWindowAtts.ScreenProportions  # NoConstraint, EqualWidthHeight, ScreenProportions
SetSaveWindowAttributes(SaveWindowAtts)
SaveWindow()
RemoveAllOperators(1)
SetActivePlots(0)
DeleteActivePlots()
