[Paraview] Feature request: point information
David E DeMarle
dave.demarle at kitware.com
Wed Oct 1 20:32:33 EDT 2008
On Wed, Oct 1, 2008 at 8:18 PM, Jason Hoogland <jdhoogland at wbmpl.com.au> wrote:
> Hi,
>
> Is this the right place for a feature request?
Yes. The bug tracker (http://paraview.org/Bug/my_view_page.php) will
also work if there is no resolution.
>
> Is there a way to get (x,y,z) for selected point(s)? Maybe using a filter?
>
In 3.2, you can apply the calculator filter with an expression of
iHat*coordsX + jHat *coordsY + kHat * coordsZ, then use the selection
labeling (at the bottom of the selection inspector panel) to show
"Result" in the 3D view.
In 3.4+, the spreadsheet view shows point coordinates automatically
and you don't need to do the above.
More information about the ParaView
mailing list