Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5797

Reverse mesh vertex normals

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 5797

Trending Articles