[Paraview] Select points based on coordinates

Dennis Conklin dennis_conklin at goodyear.com
Wed Sep 13 10:57:15 EDT 2017


Yifei,

I don't understand the issue.
I DL'ed your file and proceeded as follows
Edit/Settings/General/Auto Convert Properties checked (On)

Find Data
Find POINTS in test_data.vtu
Loc(0) is >= 0.009
Run Selection Query
Extract Selection

This correctly extracted the 1 point met that requirement

If I change to a query of
(Loc[:,0] >= .008) & (Loc[:,1] >= -.0004)  then it correctly selects the single point that meets that criteria.

Perhaps the difficulty is because you haven't  set Auto Convert Properties

Hope this helps.
Dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20170913/1cdc3e95/attachment.html>


More information about the ParaView mailing list