changing display quality of the selected shapes

Hello,

I would like to change the DeviationAngle for the entities selected when a local context is opened.

How to do that ?

thanks,

Stephane

Pawel's picture

I've just had the same problem.

There four methods within AIS_InteractiveContext to do that:
- SetDeviationAngle
- SetDeviationCoefficient
- SetHLRDeviationCoefficient
- SetHLRAngle

One peculiar thing is that SetDeviationAngle calls SetDeviationCoefficient instead of SetDeviationAngle (from the Prs3d_Drawer). But it works anyway.

Pawel