28
Core IV Pre-term
M e s h t o S mo o th Surface
28. In order to generate a Brep (Surface in Rhino), we will set up a base rectangular grid underneath the mesh generated from Delaunay Mesh component. 29. It is recommended to scale the rectangular boundary by some percentage, or offset by a small margin, so that the points at the edges and corners would not return null. 30. Divide Surface by desired U & V Count. 31. Use Mesh | Ray component to project the flat rectangular grid of points on to the mesh. 32. Use SurfacefromPoints component to creat a Brep surface from projected points.