I try with this script but nothing happened:
import Rhino as rh print rh.RhinoDoc.ActiveDoc.SubDAppearance if x == True: rh.RhinoDoc.ActiveDoc.SubDAppearance.ControlNet if x == False: rh.RhinoDoc.ActiveDoc.SubDAppearance.Surface rh.RhinoDoc.ActiveDoc.Views.Redraw()
try this:
rh.RhinoDoc.ActiveDoc.SubDAppearance = rh.RhinoDoc.ActiveDoc.SubDAppearance.ControlNet
Thanks @Gijs
Is there a way to make it work with Grasshopper subd geometries?
does it need to be code? Otherwise Iād say something like this:
Thanks but i mean changing the display automatically, with all exist subd geometries in Rhino without need to plug anything like meshes.