Vray render. Left side mesh right side converted to surface. Why mesh (delaunay) looks like crap? Need to use mesh for materials, but can’t use it.
Hello
Delaunay mesh is a representation of ONE surface. Normal on point are an interpolation of faces normals. Points are shared by faces. If you dont want that unweld the mesh.
Tried this still missing edges…
Angle was too big, 0 worked. But there is no way to make it look ok as single mesh?
It is a single Mesh,
Mesh is just a container, it could represent X objects, some closed, some opened. Join Mesh for example just stack one mesh structure (points, faces, …) with another … It is not a boolean union. To get each “part” you will then use “Disjoin Mesh”
try to find a good documentation it will help you understand the basic of Rhinoceros/Grasshopper
You can achieve it with Unweld Mesh
How to use
Unweld MeshGrasshopper Online Document
thanks



