Color mesh by faces (one single color for one face) using API

You can use Mesh.Unweld before setting the face colors. There’s still a bit of unnecessary overhead (i.e. checking face normal angles), but it works well. Here’s an old topic that covers this:

Edit: Here’s the function I’ve been using since Rhino 6:

2 Likes