Anonymous (not verified) Tue, 06/20/2000 - 14:21 Forums: Other usage issuesHello, I would like to change the DeviationAngle for the entities selected when a local context is opened. How to do that ? thanks, Stephane Pawel Tue, 06/26/2007 - 18:51 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 Log in to post comments
Tue, 06/26/2007 - 18:51
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