<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hello,<br>
    <br>
    I am trying to make screenshots with a python script, in principal
    it works, but just one detail is not working how I would like it to
    be.<br>
    I applied a Slice filter with type 'Plane' to my input and I want to
    take a screenshot of the slice. In the GUI (in the Properties tab of
    the slice ) there is a check box "Show Plane"  that controls the
    visibility of the Slice plane. When I want to take my screenshot I
    would like to turn off the visibility of the slice plane, so that
    only the data slice is shown. In the GUI I would do that by simply
    unchecking the check box "Show Plane". I could not find out how to
    do that in python. Python shows me the following properties of the
    slice:<br>
    <style type="text/css">p, li { white-space: pre-wrap; }</style><br>
    &gt;&gt;&gt;for prop in cutplane1:<br>
    ...        prop.GetXMLLabel()<br>
    <br>
    'Slice Offset Values'<br>
    'Slice Type'<br>
    'Input'<br>
    'Input Bounds'<br>
    <br>
    So I guess the 'Show Plane' option is not a property, so how can I
    disable it in python?<br>
    <br>
    Thank you!<br>
    Raphael<br>
    <br>
  </body>
</html>