If you could see my poor drawing, I would like to have a Point grid mapped on a closed SubD surface. Something that resembles the panelling tool.
I tried it with panelling tool plugin but it fails to work with closed surface.
I am guessing there is no easy way to go about it?
I found two ways that might work for your purposes. First, this simply uses the grid from the form of the SubD. Convert to mesh, extract SubD vertices, and use mesh closest point to bring the points to the SubD. This method will require you to control the subdivisions of the SubD.
Second may give you a little more control. Feed SubD into Brep component, deconstruct Brep, divide faces of the Brep by their UV to add a point grid to each face. It creates a really nice grid but may require some back and forth between the SubD and the Surface divide component to calibrate the grid.
Not at all! It looks like you might need to update your rhino/grasshopper maybe? You seem to be missing some SubD components. An alternative to this could be to grab the SubD control points which should map to the mesh similarly.