DiscussionsIssue archiveOther usage issues

Archived discussion

changing display quality of the selected shapes

Other usage issuesTue, 06/20/2000 - 14:211 reply

Browse this forum
QuestionAuthor

Hello,

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

How to do that ?

thanks,

Stephane

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

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.

Commenter-1