Surface edge settings via displaymodedescription

is there way via RhinoCommon to turn off or set surface edge settings for display mode? can get the displaymodedescription but unable to see property in attributes for this. need to turn on and off edge settings for end user for layout printing…similar to what users are doing in this post manually:

let me add if there is way via ol’ rhino_net I’d take that today…though probably need quick sample on doing it to existing display mode.

I think that this can be found on the display pipeline attributes. This is, however, not exposed in RhinoCommon. But you can find it on

RMA.Rhino.MDisplayPipelineAttributes.m_nEdgeThickness

in Rhino_DotNet

Is this something that is still waiting to be added to RhinoCommon? I have been poking around and have not found an option to set this. @dale

Maybe this one? I haven’t tested it…

https://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_Display_DisplayPipelineAttributes_SurfaceEdgeThickness.htm