I’m trying to programmatically set the backface color of al objects. So far I’v found this setting with which I seem to be able to toggle the ability to set the color. But I cant find the property to also set the color.
On the rhinocommon page I can find this property:
public Guid BackFaceMaterialId {get|set}
However this doesn’t seem to be exposed at the moment.
Would this be the correct property to set color and material? Or is there another method?