Hi,<br><br>It&#39;s a sub-proxy that is used to define the probe location. The name of that is FixedRadiusPointSource. You can find that in filters.xml (partly shown below). The proxy definition of FixedRadiusPointSource is in utilities.xml (also partly shown below).<br>
<br>Hope this points you in the proper direction.<br><br>Andy<br><br>=========== snippet of filters.xml ====================<br>    &lt;SourceProxy class=&quot;vtkPProbeFilter&quot;<br>                 label=&quot;Probe Location&quot;<br>
                 name=&quot;ProbePoint&quot;&gt;<br>      &lt;Documentation long_help=&quot;Sample data attributes at the points in a point cloud.&quot;<br>                     short_help=&quot;Sample data values at the points in a point cloud.&quot;&gt;<br>
                     The Probe filter samples the data set attributes of the<br>                     current data set at the points in a point cloud. The Probe<br>                     filter uses interpolation to determine the values at the<br>
                     selected point, whether or not it lies at an input point.<br>                     The Probe filter operates on any type of data and produces<br>                     polygonal output (a point cloud).&lt;/Documentation&gt;<br>
      &lt;InputProperty command=&quot;SetSourceConnection&quot;<br>                     name=&quot;Input&quot;&gt;<br>        &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>          &lt;Group name=&quot;sources&quot; /&gt;<br>
          &lt;Group name=&quot;filters&quot; /&gt;<br>        &lt;/ProxyGroupDomain&gt;<br>        &lt;DataTypeDomain name=&quot;input_type&quot;&gt;<br>          &lt;DataType value=&quot;vtkDataSet&quot; /&gt;<br>          &lt;DataType value=&quot;vtkCompositeDataSet&quot; /&gt;<br>
        &lt;/DataTypeDomain&gt;<br>        &lt;InputArrayDomain name=&quot;input_array&quot; /&gt;<br>        &lt;Documentation&gt;This property specifies the dataset from which to obtain<br>        probe values.&lt;/Documentation&gt;<br>
      &lt;/InputProperty&gt;<br>      &lt;InputProperty command=&quot;SetInputConnection&quot;<br>                     label=&quot;Probe Type&quot;<br>                     name=&quot;Source&quot;&gt;<br>        &lt;ProxyGroupDomain name=&quot;groups&quot;&gt;<br>
          &lt;Group name=&quot;sources&quot; /&gt;<br>        &lt;/ProxyGroupDomain&gt;<br>        &lt;ProxyListDomain name=&quot;proxy_list&quot;&gt;<br>          &lt;Proxy group=&quot;extended_sources&quot;<br>                 name=&quot;FixedRadiusPointSource&quot; /&gt;<br>
        &lt;/ProxyListDomain&gt;<br>        &lt;Documentation&gt;This property specifies the dataset whose geometry will<br>        be used in determining positions to probe.&lt;/Documentation&gt;<br>      &lt;/InputProperty&gt;<br>
      &lt;Hints&gt;<br>        &lt;Visibility replace_input=&quot;0&quot; /&gt;<br>      &lt;/Hints&gt;<br>      &lt;!-- End ProbePoint --&gt;<br>    &lt;/SourceProxy&gt;<br><br>============== snippet of utilities.xml =================<br>
    &lt;SourceProxy class=&quot;vtkPointSource&quot;<br>                 label=&quot;Fixed Radius Point Source&quot;<br>                 name=&quot;FixedRadiusPointSource&quot;&gt;<br>      &lt;DoubleVectorProperty animateable=&quot;1&quot;<br>
                            command=&quot;SetCenter&quot;<br>                            default_values=&quot;0.0 0.0 0.0&quot;<br>                            name=&quot;Center&quot;<br>                            number_of_elements=&quot;3&quot;&gt;<br>
        &lt;BoundsDomain default_mode=&quot;mid&quot;<br>                      mode=&quot;normal&quot;<br>                      name=&quot;range&quot;&gt;<br>          &lt;RequiredProperties&gt;<br>            &lt;Property function=&quot;Input&quot;<br>
                      name=&quot;DummyInput&quot; /&gt;<br>          &lt;/RequiredProperties&gt;<br>        &lt;/BoundsDomain&gt;<br>      &lt;/DoubleVectorProperty&gt;<br>      &lt;IntVectorProperty animateable=&quot;1&quot;<br>
                         command=&quot;SetNumberOfPoints&quot;<br>                         default_values=&quot;1&quot;<br>                         name=&quot;NumberOfPoints&quot;<br>                         number_of_elements=&quot;1&quot;&gt;<br>
        &lt;IntRangeDomain min=&quot;1&quot;<br>                        name=&quot;range&quot; /&gt;<br>      &lt;/IntVectorProperty&gt;<br>      &lt;DoubleVectorProperty animateable=&quot;1&quot;<br>                            command=&quot;SetRadius&quot;<br>
                            default_values=&quot;0.0&quot;<br>                            name=&quot;Radius&quot;<br>                            number_of_elements=&quot;1&quot;&gt;<br>        &lt;DoubleRangeDomain min=&quot;0.0&quot;<br>
                           name=&quot;range&quot; /&gt;<br>      &lt;/DoubleVectorProperty&gt;<br>      &lt;InputProperty is_internal=&quot;1&quot;<br>                     name=&quot;DummyInput&quot;&gt;<br>        &lt;!-- Used when this source is added to a proxy list domain. --&gt;<br>
      &lt;/InputProperty&gt;<br>      &lt;Hints&gt;<br>        &lt;PropertyGroup type=&quot;PointSource&quot;&gt;<br>          &lt;Property function=&quot;WorldPosition&quot;<br>                    name=&quot;Center&quot; /&gt;<br>
          &lt;Property function=&quot;Radius&quot;<br>                    name=&quot;Radius&quot; /&gt;<br>          &lt;Property function=&quot;NumberOfPoints&quot;<br>                    name=&quot;NumberOfPoints&quot; /&gt;<br>
        &lt;/PropertyGroup&gt;<br>        &lt;ProxyList&gt;<br>          &lt;Link name=&quot;DummyInput&quot;<br>                with_property=&quot;Input&quot; /&gt;<br>        &lt;/ProxyList&gt;<br>      &lt;/Hints&gt;<br>
      &lt;!-- End PointSource --&gt;<br>    &lt;/SourceProxy&gt;<br><br><br><br><div class="gmail_quote">On Mon, May 20, 2013 at 4:00 PM, Reuter, Michael A. <span dir="ltr">&lt;<a href="mailto:reuterma@ornl.gov" target="_blank">reuterma@ornl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I&#39;m trying to programmatically (C++) access the point coordinates displayed by the property panel widget after the p key is pressed. I have a pqPipelineSource pointer from when I created the Probe Location filter, but I can&#39;t seem to find any properties (tried Point, Center, WorldPosition) on the proxy that work. I also tried accessing those properties via the source proxy, but no luck either. If the proxy has the information, what is the correct property name? If not, where do I need to be looking?<br>

<br>
Thanks,<br>
M<br>
<br>
Dr. Michael Reuter<br>
Data Analysis and Visualization Group<br>
Neutron Data Analysis and Visualization Division<br>
Oak Ridge National Laboratory<br>
<br>
Office: <a href="tel:1-865-241-7216" value="+18652417216">1-865-241-7216</a><br>
Fax: <a href="tel:1-865-574-6080" value="+18655746080">1-865-574-6080</a><br>
Email: <a href="mailto:reuterma@ornl.gov">reuterma@ornl.gov</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>