Deselect non-planar surfaces

Hi,

is there a way to deselect all non-planar surfaces in Rhino 5?
Thanks!

Hi Konrad - not without a script I think. I’ll see if I can make you something in a bit here.
DeselectPlanarSurfaces.py (291 Bytes)

Put the script file here:
/Users/NAME/Library/Application\ Support/McNeel/Rhinoceros/Scripts

annd then make a macro for
_-RunPythonScript DeselectPlanarSurfaces

Heh, sorry - that was planar, I’ll make one for non…

DeselectNonPlanarSurfaces.py (295 Bytes)

-Pascal

1 Like

Rhino 5
not sure if there is
_SelPlanarSrf
already.
so you can selPlanarSrf → look them → select the rest.
you can also work with colors, layers, names instead of looking / unlooking

Hi Pascal,

works perfectly! thank you so much! This is a great help in the early stages of my modelling process to check for planarity, which is often lost when pushing control points around.

unfortunately _selPlanarSrf is not available in R5