Is there anyway I can select points in a mesh and then just smooth the selected part… ?
I would like to create a box or curve to select points and then… add smooth to only the selected area of the MESH.
Any idea how to do this with Grasshopper ( Rhino 7) ?
You can use Mesh.Smooth() method to Smooth part of a mesh: https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.mesh/smooth
For this you use version of method with parameters “mesh vertex indices” that specify the part of the mesh to smooth. I extracted part of my larger definition that demonstrates how it can be done:
Good morning. Thank so much for your help
One silly question at the beginning of your script, you have an input box for the selected vertices points.
I have my normal mesh selected and now im in point view mode but when i right click on the verticles point box and select multiple points, I seem to be only able to click on single points and not just select a big section of the points… what am I doing wrong ??