<p>Fetch gives you a VTK data set. Getpoints you the geometry.</p>
<div class="gmail_quote">On Jul 13, 2012 2:56 PM, &quot;Dennis McWherter&quot; &lt;<a href="mailto:dmcwhe2@illinois.edu">dmcwhe2@illinois.edu</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thank you for your suggestion; do you know if there is a method to extract coordinate data from this abstraction? If not, it seems like I may need to delve into the python layer code a little bit. Thank you again for your help.<br>

<br>Regards,<br>Dennis McWherter<br><br><div class="gmail_quote">On Fri, Jul 13, 2012 at 11:50 AM, David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Get the vtkPVDataInformation for the object. That will give you<br>
lightweight information about the object (the same thing shown in the<br>
Information tab)<br>
<br>
If you need a local copy of the object, see how servermanager.Fetch<br>
does it in the python layer.<br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&amp;D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a><br>
<div><div><br>
<br>
On Fri, Jul 13, 2012 at 12:35 PM, Dennis McWherter &lt;<a href="mailto:dmcwhe2@illinois.edu" target="_blank">dmcwhe2@illinois.edu</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I have created a GUI panel which I would like to populate with some<br>
&gt; information about a given object. I can find the object through the<br>
&gt; pqServerManagerModel without any issues. However, once I already have this<br>
&gt; object in the form of pqDataRepresentation* or vtkSMProxy* (or some slight<br>
&gt; variation thereof), is there a way in which I can easily retrieve basic data<br>
&gt; on the object? For instance, I would specifically like to know the point<br>
&gt; coordinates for this object (objects are expected to be standard vtk data<br>
&gt; types). If possible, I do not want to attempt to &quot;reconstruct&quot; the original<br>
&gt; data object locally. I have also read &quot;GetClientSideObject()&quot; solutions, but<br>
&gt; these break the client-server model which is something I would like to<br>
&gt; avoid, if possible. Is there any current way of doing this?<br>
&gt;<br>
&gt; Regards,<br>
&gt; Dennis McWherter<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
</blockquote></div><br>
</blockquote></div>