wireframe view - change the line thickness

Hello,
I would like to change the thickness of the lines in the
wireframe view of an AIS_Shape, for example to have
thicker lines.
How to do that?
Thanks in advance
Giovanni

Jacob Bandyk's picture
Giovanni Bettega's picture

Thank you Jacob for the hint.
Unfortunately AIS_Shape::setWidth() is protected.

I tried

AIS_InteractiveContext::SetWidth(anAISshape,10,true);

(10 for a very thick line) and it works
Ciao
Giovanni