Autoselect points

L.s.
“Point set deviation” can be used to show the distance between a set of points and for instance a surface.
Is there a function in Rhino to autoselect all those points within a given distance to a surface?

Hello - not in plain Rhino that I can think of but a script can help- here is a quick try.

SelClosePoints.py (1011 Bytes)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal