<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thank you very much David,<br>
      this is a good example, I need to study it , but I think I can
      make it work for my needs.<br>
      <br>
      In this example has been used the
      vtkInteractorStyleTrackballCamera<span class="br0"></span>Marco,<br>
      can I use just the camera position and the object position?<br>
      <br>
      Marco<br>
      <br>
      On 08/12/2013 12:42 PM, David Doria wrote:<br>
    </div>
    <blockquote
cite="mid:CABDpjTm_-AZTk3jEiL3NLiX_tMg0RasT9AdSmbihhvpbPnXVqA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Fri, Aug 9, 2013 at 5:33 PM, picci
            <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:piccima@gmail.com" target="_blank">piccima@gmail.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
              Hello All,<br>
              I have the following problem.<br>
              I need to calculate and possibly save the information
              about a 3D object<br>
              from a determined view.<br>
              For example if I have a cube I can get the QualityMesure
              of the mesh on<br>
              the entire object.<br>
              I want to calculate the QualityMeasure just on the visible
              part of the<br>
              object, from that camera position.<br>
              Then I'd like to save the visible part of 3D object, but
              not as image,<br>
              instead as PolyData so I can still get the QualityMeasure.<br>
              Or as MetaImage, but I don't know if I can still get the
              QualityMeasure<br>
              from a MeatImage format.<br>
              <br>
              I'm new with vtk and I still have some problem to use all
              the data<br>
              format of the library.<br>
              <br>
              Thank you very much for your help<br>
              <br>
              I'd like to know how can be your approach at this problem<br>
              <br>
              Marco<br>
            </blockquote>
            <div><br>
              Give this a try:<br>
              <a moz-do-not-send="true"
href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/ExtractVisibleCells">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/ExtractVisibleCells</a><br>
              <div><br>
                David</div>
              &nbsp;</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>