@Goodriver wrote:
I am trying to reverse a mesh vertex normals via python, but I can find no method for that. I wonder if there is a way to do it using Rhino Common. I think I can get the mesh geometry and revert the vertex normals, but then I don't know how to save those changes to the document:
mesh = rhutil.coercemesh(mesh_id)
mesh.Flip(True, False, False)
...and now?
Posts: 2
Participants: 1