<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi All,<br>
    <br>
    I have a query as mentioned below. I would like to know whether this
    is feasible, if yes, can I get some sample code example. Any inputs
    in this regard are highly appreciated.<br>
    <br>
    The requirement is as follows - <br>
    <ol>
      <li>There is a PyQT based application.</li>
      <li>The Paraview window is embedded within the QT widget as shown
        in attached image. Note - the attached image is just an
        illustration, not from the actual app</li>
      <ul>
        <li>This is something similar to embedding activex control</li>
      </ul>
      <li>The user inputs are collected through user interface and STL
        file is opened in Paraview viewer programmatically.</li>
      <li>User can perform certain activities with STL file within
        Paraview viewer that are supported by Paraview i.e. pan, zoom
        etc.</li>
      <li>The application can perform certain tasks programmatically
        using Paraview functions - <br>
      </li>
      <ul>
        <li>Set the location of STL file and the position of STL object
          is updated in viewer</li>
        <li>Query the position or transformation of objects displayed</li>
        <li>Handle events generated by Paraview i.e. create slots for
          signals from Paraview</li>
      </ul>
      <li>If user selects some objects in Paraview viewer, application
        should be able to detect the selection and get the selection
        list</li>
      <li>In general, the activities that user can perform interactively
        with Paraview, whether same can be done programmatically via
        PyQT application that embeds Paraview? Upto what extent?</li>
    </ol>
    <p><br>
      Regards,<br>
    </p>
    Indrajit<br>
    <br>
    <br>
  </body>
</html>