Is it possible to get a shaded display mode without surface thickening ?
Instead of displaying
I’d like to display
without to have to disable the thickening of the objects.
Hi Lay -
Thickening is not a display property, so that’s not possible.
You can use a simple macro to toggle the thicken state of all objects:
SelAll -Properties Thickening On EnterEnd
-wim