DrawViewportMeshes for technical Drawing

Hello i am working in a Python component and i am implementing the in DrawViewportMeshes method the function Pipeline.DrawBrepShaded and Pipeline.DrawBrepWires to draw a series of Brep. I would like to know if i can setup a material in such a way that it can simulate a tecnical drawing view. or if i can change the behavior depending on tre viewport style
Thanks in advance.
Stefano

Hi @s.branca,

Sorry, no. If you want geometry to draw like the Technical display mode, then you will need to set the view to this display mode.

– Dale

.
Ok My problem is that even if i put the viewport (Perspective) in tecnical view i did not retrive a correct behavior. Maybe i miss something in the material?
-Stefano