Mesh representation in viewport

Hello everyone, I would like to ask if there is any way to reproduce the mesh outline representation from the Technical display mode in the Rendered or Shaded display modes.

The current way meshes are displayed in render/shaded, with all those visible wires, looks really bad. It would be much better if Rhino could use the cleaner technical-style outlines to represent mesh edges in other display modes as well.

Is there any setting, workaround, or custom display mode that can achieve this?

Hi, @Leo13!
I made a custom display mode using an .ini file, based on the Technical display mode.

Clean_Mesh.ini (15.6 KB)

It removes most of the distracting mesh wires and provides a much cleaner appearance.

Maybe it could help you :slight_smile:

-Robert

Here are a few examples of how it looks:

Here is the original Shaded display mode:

Autodesk Alias style :slight_smile:

For display modes such as Shaded and Rendered you can turn off mesh wire display.
Options > View > Display Modes > [display mode name] > Visibility
Uncheck “Show mesh wires”

Yeah, but I want the silhouette, not to hide all mesh wires.

Works like a charm! How did you did this?

It’s done roughly like this:

instruction_english.txt (1.2 KB)